Html Css Color HEX #557A3D Fern Green

📋 copy color: '#557A3D'

red 85 ◦ green 122 ◦ blue 61

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

Shades of Fern Green #557A3D

Tints of Fern Green #557A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.52%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 31.72%
G = 45.52%
B = 22.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#557A3D (or 0x557A3D) is known color: Fern Green. HEX triplet: 55, 7A and 3D. RGB value is (85,122,61). Sum of RGB (Red+Green+Blue) = 85+122+61=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #557A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A3D is #AA85C2. Grayscale: #686868. Windows color (decimal): -11175363 or 4029013. OLE color: 4029013.

HSL color Cylindrical-coordinate representation of color #557A3D: hue angle of 96.39º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557A3D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 61 -
CMYK 0.30 0 0.50 0.52
HSL 96.39º 0.33% 0.36% -
HSV(B) 96.39º 0.5% 0.48% -
XYZ 11.55 16.19 6.93 -
YUV 103.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 85 122 61 0.30 0 0.50 0.52 96.39 0.33 0.36
Hex 55 7A 3D 1E 0 32 34 60 21 24
Octal 125 172 75 36 0 62 64 140 41 44
Binary 1010101 1111010 111101 11110 0 110010 110100 1100000 100001 100100

Color Harmonies of #557A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A3D

Black with #557A3D

Text Example


Text Example

White with #557A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557A3D; }

 p { color: rgb(85,122,61); }

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

background-color css

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

 a { background-color: rgb(85,122,61); }

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

border-color css

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

 span { border-color: rgb(85,122,61); }

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