#085C30

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

Shades of Crusoe #085C30

Tints of Crusoe #085C30

Color information

#085C30 (or 0x085C30) is unknown color: approx Crusoe. HEX triplet: 08, 5C and 30. RGB value is (8,92,48). Sum of RGB (Red+Green+Blue) = 8+92+48=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #085C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C30 is #F7A3CF. Grayscale: #3D3D3D. Windows color (decimal): -16229328 or 3169288. OLE color: 3169288.

HSL color Cylindrical-coordinate representation of color #085C30: hue angle of 148.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C30 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB89248-
CMYK0.9100.480.64
HSL148.57º84%19.61%-
HSV(B)148.57º91.3%36.08%-
XYZ4.467.924.09-
YUV61.87120.1789.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=5.41%
G=62.16%
B=32.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892480.9100.480.64148.578419.61
Hex85C305B03040955414
Octal101346013306010022512424
Binary1000101110011000010110110110000100000010010101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C30; }

 p { color: rgb(8,92,48); }

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

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

 a { background-color: rgb(8,92,48); }

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

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

 span { border-color: rgb(8,92,48); }

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