Html Css Color HEX #558A41 Fern Green

📋 copy color: '#558A41'

red 85 ◦ green 138 ◦ blue 65

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

Shades of Fern Green #558A41

Tints of Fern Green #558A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.92%

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

R = 29.51%
G = 47.92%
B = 22.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#558A41 (or 0x558A41) is known color: Fern Green. HEX triplet: 55, 8A and 41. RGB value is (85,138,65). Sum of RGB (Red+Green+Blue) = 85+138+65=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #558A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558A41 is #AA75BE. Grayscale: #727272. Windows color (decimal): -11171263 or 4295253. OLE color: 4295253.

HSL color Cylindrical-coordinate representation of color #558A41: hue angle of 103.56º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558A41 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 65 -
CMYK 0.38 0 0.53 0.46
HSL 103.56º 0.36% 0.4% -
HSV(B) 103.56º 0.53% 0.54% -
XYZ 13.79 20.49 8.23 -
YUV 113.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 85 138 65 0.38 0 0.53 0.46 103.56 0.36 0.4
Hex 55 8A 41 26 0 35 2E 68 24 28
Octal 125 212 101 46 0 65 56 150 44 50
Binary 1010101 10001010 1000001 100110 0 110101 101110 1101000 100100 101000

Color Harmonies of #558A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A41

Black with #558A41

Text Example


Text Example

White with #558A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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