Html Css Color HEX #558242 Fern Green

📋 copy color: '#558242'

red 85 ◦ green 130 ◦ blue 66

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

Shades of Fern Green #558242

Tints of Fern Green #558242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 30.25%
G = 46.26%
B = 23.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#558242 (or 0x558242) is known color: Fern Green. HEX triplet: 55, 82 and 42. RGB value is (85,130,66). Sum of RGB (Red+Green+Blue) = 85+130+66=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #558242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558242 is #AA7DBD. Grayscale: #6D6D6D. Windows color (decimal): -11173310 or 4358741. OLE color: 4358741.

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

Color convert

RGB 85 130 66 -
CMYK 0.35 0 0.49 0.49
HSL 102.19º 0.33% 0.38% -
HSV(B) 102.19º 0.49% 0.51% -
XYZ 12.71 18.29 8.01 -
YUV 109.25 103.59 110.7 -
System Red Green Blue C M Y K H S L
Decimal 85 130 66 0.35 0 0.49 0.49 102.19 0.33 0.38
Hex 55 82 42 23 0 31 31 66 21 26
Octal 125 202 102 43 0 61 61 146 41 46
Binary 1010101 10000010 1000010 100011 0 110001 110001 1100110 100001 100110

Color Harmonies of #558242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558242

Black with #558242

Text Example


Text Example

White with #558242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558242; }

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

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

background-color css

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

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

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

border-color css

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

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

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