Html Css Color HEX #135636 Crusoe

📋 copy color: '#135636'

red 19 ◦ green 86 ◦ blue 54

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

Shades of Crusoe #135636

Tints of Crusoe #135636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 11.95%
G = 54.09%
B = 33.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#135636 (or 0x135636) is known color: Crusoe. HEX triplet: 13, 56 and 36. RGB value is (19,86,54). Sum of RGB (Red+Green+Blue) = 19+86+54=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #135636 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135636 is #ECA9C9. Grayscale: #3E3E3E. Windows color (decimal): -15509962 or 3560979. OLE color: 3560979.

HSL color Cylindrical-coordinate representation of color #135636: hue angle of 151.34º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135636 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 54 -
CMYK 0.78 0 0.37 0.66
HSL 151.34º 0.64% 0.21% -
HSV(B) 151.34º 0.78% 0.34% -
XYZ 4.26 7.06 4.63 -
YUV 62.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 19 86 54 0.78 0 0.37 0.66 151.34 0.64 0.21
Hex 13 56 36 4E 0 25 42 97 40 15
Octal 23 126 66 116 0 45 102 227 100 25
Binary 10011 1010110 110110 1001110 0 100101 1000010 10010111 1000000 10101

Color Harmonies of #135636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135636

Black with #135636

Text Example


Text Example

White with #135636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135636; }

 p { color: rgb(19,86,54); }

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

background-color css

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

 a { background-color: rgb(19,86,54); }

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

border-color css

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

 span { border-color: rgb(19,86,54); }

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