Html Css Color HEX #087224 Crusoe

📋 copy color: '#087224'

red 8 ◦ green 114 ◦ blue 36

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

Shades of Crusoe #087224

Tints of Crusoe #087224

RGB

 RED value IS 8 (3.52% from 255) = 5.06%

 GREEN value IS 114 (44.92% from 255) = 72.15%

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

R = 5.06%
G = 72.15%
B = 22.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#087224 (or 0x087224) is known color: Crusoe. HEX triplet: 08, 72 and 24. RGB value is (8,114,36). Sum of RGB (Red+Green+Blue) = 8+114+36=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #087224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087224 is #F78DDB. Grayscale: #494949. Windows color (decimal): -16223708 or 2388488. OLE color: 2388488.

HSL color Cylindrical-coordinate representation of color #087224: hue angle of 135.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087224 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 36 -
CMYK 0.93 0 0.68 0.55
HSL 135.85º 0.87% 0.24% -
HSV(B) 135.85º 0.93% 0.45% -
XYZ 6.44 12.21 3.69 -
YUV 73.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 8 114 36 0.93 0 0.68 0.55 135.85 0.87 0.24
Hex 8 72 24 5D 0 44 37 88 57 18
Octal 10 162 44 135 0 104 67 210 127 30
Binary 1000 1110010 100100 1011101 0 1000100 110111 10001000 1010111 11000

Color Harmonies of #087224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087224

Black with #087224

Text Example


Text Example

White with #087224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087224; }

 p { color: rgb(8,114,36); }

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

background-color css

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

 a { background-color: rgb(8,114,36); }

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

border-color css

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

 span { border-color: rgb(8,114,36); }

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