#087228

Color #087228 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #087228

Tints of Crusoe #087228

Color information

#087228 (or 0x087228) is unknown color: approx 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

RGB811440-
CMYK0.9300.650.55
HSL138.11º86.89%23.92%-
HSV(B)138.11º92.98%44.71%-
XYZ6.512.244.03-
YUV73.87108.8881.02-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114400.9300.650.55138.1186.8923.92
Hex872285D041378a5718
Octal101625013501016721212730
Binary1000111001010100010111010100000111011110001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>