Html Css Color HEX #085D41 Jewel

📋 copy color: '#085D41'

red 8 ◦ green 93 ◦ blue 65

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

Shades of Jewel #085D41

Tints of Jewel #085D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 4.82%
G = 56.02%
B = 39.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#085D41 (or 0x085D41) is known color: Jewel. HEX triplet: 08, 5D and 41. RGB value is (8,93,65). Sum of RGB (Red+Green+Blue) = 8+93+65=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #085D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D41 is #F7A2BE. Grayscale: #404040. Windows color (decimal): -16229055 or 4283656. OLE color: 4283656.

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

Color convert

RGB 8 93 65 -
CMYK 0.91 0 0.30 0.64
HSL 160.24º 0.84% 0.2% -
HSV(B) 160.24º 0.91% 0.36% -
XYZ 4.97 8.26 6.33 -
YUV 64.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 8 93 65 0.91 0 0.30 0.64 160.24 0.84 0.2
Hex 8 5D 41 5B 0 1E 40 A0 54 14
Octal 10 135 101 133 0 36 100 240 124 24
Binary 1000 1011101 1000001 1011011 0 11110 1000000 10100000 1010100 10100

Color Harmonies of #085D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D41

Black with #085D41

Text Example


Text Example

White with #085D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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