Html Css Color HEX #13612C Crusoe

📋 copy color: '#13612C'

red 19 ◦ green 97 ◦ blue 44

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

Shades of Crusoe #13612C

Tints of Crusoe #13612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 60.63%

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 11.88%
G = 60.63%
B = 27.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#13612C (or 0x13612C) is known color: Crusoe. HEX triplet: 13, 61 and 2C. RGB value is (19,97,44). Sum of RGB (Red+Green+Blue) = 19+97+44=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #13612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13612C is #EC9ED3. Grayscale: #434343. Windows color (decimal): -15507156 or 2908435. OLE color: 2908435.

HSL color Cylindrical-coordinate representation of color #13612C: hue angle of 139.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13612C is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 44 -
CMYK 0.80 0 0.55 0.62
HSL 139.23º 0.67% 0.23% -
HSV(B) 139.23º 0.8% 0.38% -
XYZ 5 8.87 3.83 -
YUV 67.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 19 97 44 0.80 0 0.55 0.62 139.23 0.67 0.23
Hex 13 61 2C 50 0 37 3E 8B 43 17
Octal 23 141 54 120 0 67 76 213 103 27
Binary 10011 1100001 101100 1010000 0 110111 111110 10001011 1000011 10111

Color Harmonies of #13612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13612C

Black with #13612C

Text Example


Text Example

White with #13612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13612C; }

 p { color: rgb(19,97,44); }

 H1.HeaderClassName
 {
   color: #13612C;
 }
 .AnyTagClassName
 {
   color: #13612C;
 }
</style>

background-color css

<style>
 a { background-color: #13612C; }

 a { background-color: rgb(19,97,44); }

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

border-color css

<style>
 span { border-color: #13612C; }

 span { border-color: rgb(19,97,44); }

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