Html Css Color HEX #085A19 Crusoe

📋 copy color: '#085A19'

red 8 ◦ green 90 ◦ blue 25

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

Shades of Crusoe #085A19

Tints of Crusoe #085A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 6.5%
G = 73.17%
B = 20.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#085A19 (or 0x085A19) is known color: Crusoe. HEX triplet: 08, 5A and 19. RGB value is (8,90,25). Sum of RGB (Red+Green+Blue) = 8+90+25=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #085A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A19 is #F7A5E6. Grayscale: #3A3A3A. Windows color (decimal): -16229863 or 1661448. OLE color: 1661448.

HSL color Cylindrical-coordinate representation of color #085A19: hue angle of 132.44º 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 #085A19 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 25 -
CMYK 0.91 0 0.72 0.65
HSL 132.44º 0.84% 0.19% -
HSV(B) 132.44º 0.91% 0.35% -
XYZ 3.93 7.43 2.15 -
YUV 58.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 8 90 25 0.91 0 0.72 0.65 132.44 0.84 0.19
Hex 8 5A 19 5B 0 48 41 84 54 13
Octal 10 132 31 133 0 110 101 204 124 23
Binary 1000 1011010 11001 1011011 0 1001000 1000001 10000100 1010100 10011

Color Harmonies of #085A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A19

Black with #085A19

Text Example


Text Example

White with #085A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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