Html Css Color HEX #558741 Fern Green

📋 copy color: '#558741'

red 85 ◦ green 135 ◦ blue 65

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

Shades of Fern Green #558741

Tints of Fern Green #558741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

 BLUE value IS 65 (25.78% from 255) = 22.81%

R = 29.82%
G = 47.37%
B = 22.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#558741 (or 0x558741) is known color: Fern Green. HEX triplet: 55, 87 and 41. RGB value is (85,135,65). Sum of RGB (Red+Green+Blue) = 85+135+65=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #558741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558741 is #AA78BE. Grayscale: #707070. Windows color (decimal): -11172031 or 4294485. OLE color: 4294485.

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

Color convert

RGB 85 135 65 -
CMYK 0.37 0 0.52 0.47
HSL 102.86º 0.35% 0.39% -
HSV(B) 102.86º 0.52% 0.53% -
XYZ 13.36 19.64 8.09 -
YUV 112.07 101.44 108.69 -
System Red Green Blue C M Y K H S L
Decimal 85 135 65 0.37 0 0.52 0.47 102.86 0.35 0.39
Hex 55 87 41 25 0 34 2F 67 23 27
Octal 125 207 101 45 0 64 57 147 43 47
Binary 1010101 10000111 1000001 100101 0 110100 101111 1100111 100011 100111

Color Harmonies of #558741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558741

Black with #558741

Text Example


Text Example

White with #558741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558741; }

 p { color: rgb(85,135,65); }

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

background-color css

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

 a { background-color: rgb(85,135,65); }

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

border-color css

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

 span { border-color: rgb(85,135,65); }

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