Html Css Color HEX #135524 Crusoe

📋 copy color: '#135524'

red 19 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #135524

Tints of Crusoe #135524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 13.57%
G = 60.71%
B = 25.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#135524 (or 0x135524) is known color: Crusoe. HEX triplet: 13, 55 and 24. RGB value is (19,85,36). Sum of RGB (Red+Green+Blue) = 19+85+36=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #135524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135524 is #ECAADB. Grayscale: #3B3B3B. Windows color (decimal): -15510236 or 2381075. OLE color: 2381075.

HSL color Cylindrical-coordinate representation of color #135524: hue angle of 135.45º 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 #135524 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 36 -
CMYK 0.78 0 0.58 0.67
HSL 135.45º 0.63% 0.2% -
HSV(B) 135.45º 0.78% 0.33% -
XYZ 3.84 6.76 2.77 -
YUV 59.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 19 85 36 0.78 0 0.58 0.67 135.45 0.63 0.2
Hex 13 55 24 4E 0 3A 43 87 3F 14
Octal 23 125 44 116 0 72 103 207 77 24
Binary 10011 1010101 100100 1001110 0 111010 1000011 10000111 111111 10100

Color Harmonies of #135524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135524

Black with #135524

Text Example


Text Example

White with #135524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135524; }

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

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

background-color css

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

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

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

border-color css

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

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

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