Html Css Color HEX #558245 Fern Green

📋 copy color: '#558245'

red 85 ◦ green 130 ◦ blue 69

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

Shades of Fern Green #558245

Tints of Fern Green #558245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

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

R = 29.93%
G = 45.77%
B = 24.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#558245 (or 0x558245) is known color: Fern Green. HEX triplet: 55, 82 and 45. RGB value is (85,130,69). Sum of RGB (Red+Green+Blue) = 85+130+69=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #558245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558245 is #AA7DBA. Grayscale: #6D6D6D. Windows color (decimal): -11173307 or 4555349. OLE color: 4555349.

HSL color Cylindrical-coordinate representation of color #558245: hue angle of 104.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558245 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 69 -
CMYK 0.35 0 0.47 0.49
HSL 104.26º 0.31% 0.39% -
HSV(B) 104.26º 0.47% 0.51% -
XYZ 12.8 18.33 8.49 -
YUV 109.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 85 130 69 0.35 0 0.47 0.49 104.26 0.31 0.39
Hex 55 82 45 23 0 2F 31 68 1F 27
Octal 125 202 105 43 0 57 61 150 37 47
Binary 1010101 10000010 1000101 100011 0 101111 110001 1101000 11111 100111

Color Harmonies of #558245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558245

Black with #558245

Text Example


Text Example

White with #558245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558245; }

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

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

background-color css

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

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

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

border-color css

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

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

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