Html Css Color HEX #13621F Crusoe

📋 copy color: '#13621F'

red 19 ◦ green 98 ◦ blue 31

#13621F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #13621F

Tints of Crusoe #13621F

RGB

 RED value IS 19 (7.81% from 255) = 12.84%

 GREEN value IS 98 (38.67% from 255) = 66.22%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 12.84%
G = 66.22%
B = 20.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#13621F (or 0x13621F) is known color: Crusoe. HEX triplet: 13, 62 and 1F. RGB value is (19,98,31). Sum of RGB (Red+Green+Blue) = 19+98+31=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #13621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13621F is #EC9DE0. Grayscale: #424242. Windows color (decimal): -15506913 or 2056723. OLE color: 2056723.

HSL color Cylindrical-coordinate representation of color #13621F: hue angle of 129.11º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13621F is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 31 -
CMYK 0.81 0 0.68 0.62
HSL 129.11º 0.68% 0.23% -
HSV(B) 129.11º 0.81% 0.38% -
XYZ 4.88 8.97 2.77 -
YUV 66.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 19 98 31 0.81 0 0.68 0.62 129.11 0.68 0.23
Hex 13 62 1F 51 0 44 3E 81 44 17
Octal 23 142 37 121 0 104 76 201 104 27
Binary 10011 1100010 11111 1010001 0 1000100 111110 10000001 1000100 10111

Color Harmonies of #13621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13621F

Black with #13621F

Text Example


Text Example

White with #13621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13621F; }

 p { color: rgb(19,98,31); }

 H1.HeaderClassName
 {
   color: #13621F;
 }
 .AnyTagClassName
 {
   color: #13621F;
 }
</style>

background-color css

<style>
 a { background-color: #13621F; }

 a { background-color: rgb(19,98,31); }

 div.DivClassName
 {
   background-color: #13621F;
 }
 .BgClassName
 {
   background-color: #13621F;
 }
</style>

border-color css

<style>
 span { border-color: #13621F; }

 span { border-color: rgb(19,98,31); }

 td.TdClassName
 {
   border-color: #13621F;
 }
 .TagClassName
 {
   border-color: #13621F;
 }
</style>