Html Css Color HEX #085B38 Fun Green

📋 copy color: '#085B38'

red 8 ◦ green 91 ◦ blue 56

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

Shades of Fun Green #085B38

Tints of Fun Green #085B38

RGB

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

 GREEN value IS 91 (35.94% from 255) = 58.71%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 5.16%
G = 58.71%
B = 36.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#085B38 (or 0x085B38) is known color: Fun Green. HEX triplet: 08, 5B and 38. RGB value is (8,91,56). Sum of RGB (Red+Green+Blue) = 8+91+56=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #085B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B38 is #F7A4C7. Grayscale: #3E3E3E. Windows color (decimal): -16229576 or 3693320. OLE color: 3693320.

HSL color Cylindrical-coordinate representation of color #085B38: hue angle of 154.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B38 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 91 56 -
CMYK 0.91 0 0.38 0.64
HSL 154.7º 0.84% 0.19% -
HSV(B) 154.7º 0.91% 0.36% -
XYZ 4.56 7.82 5.01 -
YUV 62.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 8 91 56 0.91 0 0.38 0.64 154.7 0.84 0.19
Hex 8 5B 38 5B 0 26 40 9B 54 13
Octal 10 133 70 133 0 46 100 233 124 23
Binary 1000 1011011 111000 1011011 0 100110 1000000 10011011 1010100 10011

Color Harmonies of #085B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B38

Black with #085B38

Text Example


Text Example

White with #085B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,91,56); }

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

background-color css

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

 a { background-color: rgb(8,91,56); }

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

border-color css

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

 span { border-color: rgb(8,91,56); }

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