Html Css Color HEX #557243 Fern Green

📋 copy color: '#557243'

red 85 ◦ green 114 ◦ blue 67

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

Shades of Fern Green #557243

Tints of Fern Green #557243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 31.95%
G = 42.86%
B = 25.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#557243 (or 0x557243) is known color: Fern Green. HEX triplet: 55, 72 and 43. RGB value is (85,114,67). Sum of RGB (Red+Green+Blue) = 85+114+67=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #557243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557243 is #AA8DBC. Grayscale: #646464. Windows color (decimal): -11177405 or 4420181. OLE color: 4420181.

HSL color Cylindrical-coordinate representation of color #557243: hue angle of 97.02º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557243 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 67 -
CMYK 0.25 0 0.41 0.55
HSL 97.02º 0.26% 0.35% -
HSV(B) 97.02º 0.41% 0.45% -
XYZ 10.78 14.37 7.52 -
YUV 99.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 85 114 67 0.25 0 0.41 0.55 97.02 0.26 0.35
Hex 55 72 43 19 0 29 37 61 1A 23
Octal 125 162 103 31 0 51 67 141 32 43
Binary 1010101 1110010 1000011 11001 0 101001 110111 1100001 11010 100011

Color Harmonies of #557243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557243

Black with #557243

Text Example


Text Example

White with #557243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557243; }

 p { color: rgb(85,114,67); }

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

background-color css

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

 a { background-color: rgb(85,114,67); }

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

border-color css

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

 span { border-color: rgb(85,114,67); }

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