Html Css Color HEX #155424 Crusoe

📋 copy color: '#155424'

red 21 ◦ green 84 ◦ blue 36

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

Shades of Crusoe #155424

Tints of Crusoe #155424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.57%

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

R = 14.89%
G = 59.57%
B = 25.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#155424 (or 0x155424) is known color: Crusoe. HEX triplet: 15, 54 and 24. RGB value is (21,84,36). Sum of RGB (Red+Green+Blue) = 21+84+36=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #155424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155424 is #EAABDB. Grayscale: #3B3B3B. Windows color (decimal): -15379420 or 2380821. OLE color: 2380821.

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

Color convert

RGB 21 84 36 -
CMYK 0.75 0 0.57 0.67
HSL 134.29º 0.6% 0.21% -
HSV(B) 134.29º 0.75% 0.33% -
XYZ 3.8 6.63 2.75 -
YUV 59.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 21 84 36 0.75 0 0.57 0.67 134.29 0.6 0.21
Hex 15 54 24 4B 0 39 43 86 3C 15
Octal 25 124 44 113 0 71 103 206 74 25
Binary 10101 1010100 100100 1001011 0 111001 1000011 10000110 111100 10101

Color Harmonies of #155424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155424

Black with #155424

Text Example


Text Example

White with #155424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155424; }

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

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

background-color css

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

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

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

border-color css

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

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

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