Html Css Color HEX #085D1D Crusoe

📋 copy color: '#085D1D'

red 8 ◦ green 93 ◦ blue 29

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

Shades of Crusoe #085D1D

Tints of Crusoe #085D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.31%

R = 6.15%
G = 71.54%
B = 22.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#085D1D (or 0x085D1D) is known color: Crusoe. HEX triplet: 08, 5D and 1D. RGB value is (8,93,29). Sum of RGB (Red+Green+Blue) = 8+93+29=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1D is #F7A2E2. Grayscale: #3C3C3C. Windows color (decimal): -16229091 or 1924360. OLE color: 1924360.

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

Color convert

RGB 8 93 29 -
CMYK 0.91 0 0.69 0.64
HSL 134.82º 0.84% 0.2% -
HSV(B) 134.82º 0.91% 0.36% -
XYZ 4.24 7.97 2.48 -
YUV 60.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 8 93 29 0.91 0 0.69 0.64 134.82 0.84 0.2
Hex 8 5D 1D 5B 0 45 40 87 54 14
Octal 10 135 35 133 0 105 100 207 124 24
Binary 1000 1011101 11101 1011011 0 1000101 1000000 10000111 1010100 10100

Color Harmonies of #085D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D1D

Black with #085D1D

Text Example


Text Example

White with #085D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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