Html Css Color HEX #13602F Crusoe

📋 copy color: '#13602F'

red 19 ◦ green 96 ◦ blue 47

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

Shades of Crusoe #13602F

Tints of Crusoe #13602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 59.26%

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 11.73%
G = 59.26%
B = 29.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#13602F (or 0x13602F) is known color: Crusoe. HEX triplet: 13, 60 and 2F. RGB value is (19,96,47). Sum of RGB (Red+Green+Blue) = 19+96+47=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #13602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13602F is #EC9FD0. Grayscale: #434343. Windows color (decimal): -15507409 or 3104787. OLE color: 3104787.

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

Color convert

RGB 19 96 47 -
CMYK 0.80 0 0.51 0.62
HSL 141.82º 0.67% 0.23% -
HSV(B) 141.82º 0.8% 0.38% -
XYZ 4.96 8.71 4.11 -
YUV 67.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 19 96 47 0.80 0 0.51 0.62 141.82 0.67 0.23
Hex 13 60 2F 50 0 33 3E 8E 43 17
Octal 23 140 57 120 0 63 76 216 103 27
Binary 10011 1100000 101111 1010000 0 110011 111110 10001110 1000011 10111

Color Harmonies of #13602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13602F

Black with #13602F

Text Example


Text Example

White with #13602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,96,47); }

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

background-color css

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

 a { background-color: rgb(19,96,47); }

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

border-color css

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

 span { border-color: rgb(19,96,47); }

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