Html Css Color HEX #085D19 Crusoe

📋 copy color: '#085D19'

red 8 ◦ green 93 ◦ blue 25

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

Shades of Crusoe #085D19

Tints of Crusoe #085D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 73.81%

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

R = 6.35%
G = 73.81%
B = 19.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#085D19 (or 0x085D19) is known color: Crusoe. HEX triplet: 08, 5D and 19. RGB value is (8,93,25). Sum of RGB (Red+Green+Blue) = 8+93+25=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 93 (36.72% from 255 or 73.81% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 93 - color contains mainly: green. Hex color #085D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D19 is #F7A2E6. Grayscale: #3C3C3C. Windows color (decimal): -16229095 or 1662216. OLE color: 1662216.

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

Color convert

RGB 8 93 25 -
CMYK 0.91 0 0.73 0.64
HSL 132º 0.84% 0.2% -
HSV(B) 132º 0.91% 0.36% -
XYZ 4.19 7.95 2.23 -
YUV 59.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 8 93 25 0.91 0 0.73 0.64 132 0.84 0.2
Hex 8 5D 19 5B 0 49 40 84 54 14
Octal 10 135 31 133 0 111 100 204 124 24
Binary 1000 1011101 11001 1011011 0 1001001 1000000 10000100 1010100 10100

Color Harmonies of #085D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D19

Black with #085D19

Text Example


Text Example

White with #085D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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