Html Css Color HEX #085C3A Fun Green

📋 copy color: '#085C3A'

red 8 ◦ green 92 ◦ blue 58

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

Shades of Fun Green #085C3A

Tints of Fun Green #085C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 58.23%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 5.06%
G = 58.23%
B = 36.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#085C3A (or 0x085C3A) is known color: Fun Green. HEX triplet: 08, 5C and 3A. RGB value is (8,92,58). Sum of RGB (Red+Green+Blue) = 8+92+58=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #085C3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C3A is #F7A3C5. Grayscale: #3F3F3F. Windows color (decimal): -16229318 or 3824648. OLE color: 3824648.

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

Color convert

RGB 8 92 58 -
CMYK 0.91 0 0.37 0.64
HSL 155.71º 0.84% 0.2% -
HSV(B) 155.71º 0.91% 0.36% -
XYZ 4.69 8.01 5.3 -
YUV 63.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 8 92 58 0.91 0 0.37 0.64 155.71 0.84 0.2
Hex 8 5C 3A 5B 0 25 40 9C 54 14
Octal 10 134 72 133 0 45 100 234 124 24
Binary 1000 1011100 111010 1011011 0 100101 1000000 10011100 1010100 10100

Color Harmonies of #085C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C3A

Black with #085C3A

Text Example


Text Example

White with #085C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,58); }

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

background-color css

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

 a { background-color: rgb(8,92,58); }

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

border-color css

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

 span { border-color: rgb(8,92,58); }

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