Html Css Color HEX #085D1F Crusoe

📋 copy color: '#085D1F'

red 8 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #085D1F

Tints of Crusoe #085D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 6.06%
G = 70.45%
B = 23.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#085D1F (or 0x085D1F) is known color: Crusoe. HEX triplet: 08, 5D and 1F. RGB value is (8,93,31). Sum of RGB (Red+Green+Blue) = 8+93+31=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1F is #F7A2E0. Grayscale: #3C3C3C. Windows color (decimal): -16229089 or 2055432. OLE color: 2055432.

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

Color convert

RGB 8 93 31 -
CMYK 0.91 0 0.67 0.64
HSL 136.24º 0.84% 0.2% -
HSV(B) 136.24º 0.91% 0.36% -
XYZ 4.26 7.98 2.61 -
YUV 60.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 8 93 31 0.91 0 0.67 0.64 136.24 0.84 0.2
Hex 8 5D 1F 5B 0 43 40 88 54 14
Octal 10 135 37 133 0 103 100 210 124 24
Binary 1000 1011101 11111 1011011 0 1000011 1000000 10001000 1010100 10100

Color Harmonies of #085D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D1F

Black with #085D1F

Text Example


Text Example

White with #085D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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