Html Css Color HEX #558545 Fern Green

📋 copy color: '#558545'

red 85 ◦ green 133 ◦ blue 69

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

Shades of Fern Green #558545

Tints of Fern Green #558545

RGB

 RED value IS 85 (33.59% from 255) = 29.62%

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 29.62%
G = 46.34%
B = 24.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#558545 (or 0x558545) is known color: Fern Green. HEX triplet: 55, 85 and 45. RGB value is (85,133,69). Sum of RGB (Red+Green+Blue) = 85+133+69=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #558545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558545 is #AA7ABA. Grayscale: #6F6F6F. Windows color (decimal): -11172539 or 4556117. OLE color: 4556117.

HSL color Cylindrical-coordinate representation of color #558545: hue angle of 105º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #558545 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 69 -
CMYK 0.36 0 0.48 0.48
HSL 105º 0.32% 0.4% -
HSV(B) 105º 0.48% 0.52% -
XYZ 13.21 19.14 8.63 -
YUV 111.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 85 133 69 0.36 0 0.48 0.48 105 0.32 0.4
Hex 55 85 45 24 0 30 30 69 20 28
Octal 125 205 105 44 0 60 60 151 40 50
Binary 1010101 10000101 1000101 100100 0 110000 110000 1101001 100000 101000

Color Harmonies of #558545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558545

Black with #558545

Text Example


Text Example

White with #558545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558545; }

 p { color: rgb(85,133,69); }

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

background-color css

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

 a { background-color: rgb(85,133,69); }

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

border-color css

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

 span { border-color: rgb(85,133,69); }

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