Html Css Color HEX #155524 Crusoe

📋 copy color: '#155524'

red 21 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #155524

Tints of Crusoe #155524

RGB

 RED value IS 21 (8.59% from 255) = 14.79%

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

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

R = 14.79%
G = 59.86%
B = 25.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#155524 (or 0x155524) is known color: Crusoe. HEX triplet: 15, 55 and 24. RGB value is (21,85,36). Sum of RGB (Red+Green+Blue) = 21+85+36=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #155524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155524 is #EAAADB. Grayscale: #3C3C3C. Windows color (decimal): -15379164 or 2381077. OLE color: 2381077.

HSL color Cylindrical-coordinate representation of color #155524: hue angle of 134.06º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155524 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 36 -
CMYK 0.75 0 0.58 0.67
HSL 134.06º 0.6% 0.21% -
HSV(B) 134.06º 0.75% 0.33% -
XYZ 3.88 6.78 2.77 -
YUV 60.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 21 85 36 0.75 0 0.58 0.67 134.06 0.6 0.21
Hex 15 55 24 4B 0 3A 43 86 3C 15
Octal 25 125 44 113 0 72 103 206 74 25
Binary 10101 1010101 100100 1001011 0 111010 1000011 10000110 111100 10101

Color Harmonies of #155524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155524

Black with #155524

Text Example


Text Example

White with #155524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155524; }

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

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

background-color css

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

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

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

border-color css

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

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

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