#08542F

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

Shades of Crusoe #08542F

Tints of Crusoe #08542F

Color information

#08542F (or 0x08542F) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 2F. RGB value is (8,84,47). Sum of RGB (Red+Green+Blue) = 8+84+47=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #08542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08542F is #F7ABD0. Grayscale: #393939. Windows color (decimal): -16231377 or 3101704. OLE color: 3101704.

HSL color Cylindrical-coordinate representation of color #08542F: hue angle of 150.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08542F is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB88447-
CMYK0.9000.440.67
HSL150.79º82.61%18.04%-
HSV(B)150.79º90.48%32.94%-
XYZ3.786.63.76-
YUV57.06122.3293.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 84 (33.20% from 255) = 60.43%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=5.76%
G=60.43%
B=33.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884470.9000.440.67150.7982.6118.04
Hex8542F5A02C43975312
Octal101245713205410322712322
Binary1000101010010111110110100101100100001110010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08542F; }

 p { color: rgb(8,84,47); }

 H1.HeaderClassName
 {
   color: #08542F;
 }
 .AnyTagClassName
 {
   color: #08542F;
 }
</style>
background-color css

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

 a { background-color: rgb(8,84,47); }

 div.DivClassName
 {
   background-color: #08542F;
 }
 .BgClassName
 {
   background-color: #08542F;
 }
</style>
border-color css

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

 span { border-color: rgb(8,84,47); }

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