Html Css Color HEX #13611C Crusoe

📋 copy color: '#13611C'

red 19 ◦ green 97 ◦ blue 28

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

Shades of Crusoe #13611C

Tints of Crusoe #13611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 13.19%
G = 67.36%
B = 19.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#13611C (or 0x13611C) is known color: Crusoe. HEX triplet: 13, 61 and 1C. RGB value is (19,97,28). Sum of RGB (Red+Green+Blue) = 19+97+28=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #13611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13611C is #EC9EE3. Grayscale: #424242. Windows color (decimal): -15507172 or 1859859. OLE color: 1859859.

HSL color Cylindrical-coordinate representation of color #13611C: hue angle of 126.92º 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 #13611C is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 28 -
CMYK 0.80 0 0.71 0.62
HSL 126.92º 0.67% 0.23% -
HSV(B) 126.92º 0.8% 0.38% -
XYZ 4.75 8.77 2.54 -
YUV 65.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 19 97 28 0.80 0 0.71 0.62 126.92 0.67 0.23
Hex 13 61 1C 50 0 47 3E 7F 43 17
Octal 23 141 34 120 0 107 76 177 103 27
Binary 10011 1100001 11100 1010000 0 1000111 111110 1111111 1000011 10111

Color Harmonies of #13611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13611C

Black with #13611C

Text Example


Text Example

White with #13611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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