Html Css Color HEX #135520 Crusoe

📋 copy color: '#135520'

red 19 ◦ green 85 ◦ blue 32

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

Shades of Crusoe #135520

Tints of Crusoe #135520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.5%

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 13.97%
G = 62.5%
B = 23.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#135520 (or 0x135520) is known color: Crusoe. HEX triplet: 13, 55 and 20. RGB value is (19,85,32). Sum of RGB (Red+Green+Blue) = 19+85+32=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #135520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135520 is #ECAADF. Grayscale: #3B3B3B. Windows color (decimal): -15510240 or 2118931. OLE color: 2118931.

HSL color Cylindrical-coordinate representation of color #135520: hue angle of 131.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135520 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 32 -
CMYK 0.78 0 0.62 0.67
HSL 131.82º 0.63% 0.2% -
HSV(B) 131.82º 0.78% 0.33% -
XYZ 3.78 6.74 2.47 -
YUV 59.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 19 85 32 0.78 0 0.62 0.67 131.82 0.63 0.2
Hex 13 55 20 4E 0 3E 43 84 3F 14
Octal 23 125 40 116 0 76 103 204 77 24
Binary 10011 1010101 100000 1001110 0 111110 1000011 10000100 111111 10100

Color Harmonies of #135520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135520

Black with #135520

Text Example


Text Example

White with #135520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135520; }

 p { color: rgb(19,85,32); }

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

background-color css

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

 a { background-color: rgb(19,85,32); }

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

border-color css

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

 span { border-color: rgb(19,85,32); }

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