Html Css Color HEX #085A18 Crusoe

📋 copy color: '#085A18'

red 8 ◦ green 90 ◦ blue 24

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

Shades of Crusoe #085A18

Tints of Crusoe #085A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 73.77%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 6.56%
G = 73.77%
B = 19.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#085A18 (or 0x085A18) is known color: Crusoe. HEX triplet: 08, 5A and 18. RGB value is (8,90,24). Sum of RGB (Red+Green+Blue) = 8+90+24=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #085A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A18 is #F7A5E7. Grayscale: #3A3A3A. Windows color (decimal): -16229864 or 1595912. OLE color: 1595912.

HSL color Cylindrical-coordinate representation of color #085A18: hue angle of 131.71º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A18 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 24 -
CMYK 0.91 0 0.73 0.65
HSL 131.71º 0.84% 0.19% -
HSV(B) 131.71º 0.91% 0.35% -
XYZ 3.92 7.43 2.09 -
YUV 57.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 8 90 24 0.91 0 0.73 0.65 131.71 0.84 0.19
Hex 8 5A 18 5B 0 49 41 84 54 13
Octal 10 132 30 133 0 111 101 204 124 23
Binary 1000 1011010 11000 1011011 0 1001001 1000001 10000100 1010100 10011

Color Harmonies of #085A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A18

Black with #085A18

Text Example


Text Example

White with #085A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,24); }

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

background-color css

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

 a { background-color: rgb(8,90,24); }

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

border-color css

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

 span { border-color: rgb(8,90,24); }

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