Html Css Color HEX #085538 Fun Green

📋 copy color: '#085538'

red 8 ◦ green 85 ◦ blue 56

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

Shades of Fun Green #085538

Tints of Fun Green #085538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.05%

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

R = 5.37%
G = 57.05%
B = 37.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#085538 (or 0x085538) is known color: Fun Green. HEX triplet: 08, 55 and 38. RGB value is (8,85,56). Sum of RGB (Red+Green+Blue) = 8+85+56=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #085538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085538 is #F7AAC7. Grayscale: #3A3A3A. Windows color (decimal): -16231112 or 3691784. OLE color: 3691784.

HSL color Cylindrical-coordinate representation of color #085538: hue angle of 157.4º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085538 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 56 -
CMYK 0.91 0 0.34 0.67
HSL 157.4º 0.83% 0.18% -
HSV(B) 157.4º 0.91% 0.33% -
XYZ 4.06 6.83 4.85 -
YUV 58.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 8 85 56 0.91 0 0.34 0.67 157.4 0.83 0.18
Hex 8 55 38 5B 0 22 43 9D 53 12
Octal 10 125 70 133 0 42 103 235 123 22
Binary 1000 1010101 111000 1011011 0 100010 1000011 10011101 1010011 10010

Color Harmonies of #085538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085538

Black with #085538

Text Example


Text Example

White with #085538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085538; }

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

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

background-color css

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

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

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

border-color css

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

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

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