Html Css Color HEX #087228 Crusoe

📋 copy color: '#087228'

red 8 ◦ green 114 ◦ blue 40

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

Shades of Crusoe #087228

Tints of Crusoe #087228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 4.94%
G = 70.37%
B = 24.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#087228 (or 0x087228) is known color: Crusoe. HEX triplet: 08, 72 and 28. RGB value is (8,114,40). Sum of RGB (Red+Green+Blue) = 8+114+40=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #087228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087228 is #F78DD7. Grayscale: #4A4A4A. Windows color (decimal): -16223704 or 2650632. OLE color: 2650632.

HSL color Cylindrical-coordinate representation of color #087228: hue angle of 138.11º 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 #087228 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 40 -
CMYK 0.93 0 0.65 0.55
HSL 138.11º 0.87% 0.24% -
HSV(B) 138.11º 0.93% 0.45% -
XYZ 6.5 12.24 4.03 -
YUV 73.87 108.88 81.02 -
System Red Green Blue C M Y K H S L
Decimal 8 114 40 0.93 0 0.65 0.55 138.11 0.87 0.24
Hex 8 72 28 5D 0 41 37 8A 57 18
Octal 10 162 50 135 0 101 67 212 127 30
Binary 1000 1110010 101000 1011101 0 1000001 110111 10001010 1010111 11000

Color Harmonies of #087228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087228

Black with #087228

Text Example


Text Example

White with #087228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087228; }

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

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

background-color css

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

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

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

border-color css

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

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

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