Html Css Color HEX #538441 Fern Green

📋 copy color: '#538441'

red 83 ◦ green 132 ◦ blue 65

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

Shades of Fern Green #538441

Tints of Fern Green #538441

RGB

 RED value IS 83 (32.81% from 255) = 29.64%

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 29.64%
G = 47.14%
B = 23.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#538441 (or 0x538441) is known color: Fern Green. HEX triplet: 53, 84 and 41. RGB value is (83,132,65). Sum of RGB (Red+Green+Blue) = 83+132+65=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #538441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538441 is #AC7BBE. Grayscale: #6D6D6D. Windows color (decimal): -11303871 or 4293715. OLE color: 4293715.

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

Color convert

RGB 83 132 65 -
CMYK 0.37 0 0.51 0.48
HSL 103.88º 0.34% 0.39% -
HSV(B) 103.88º 0.51% 0.52% -
XYZ 12.77 18.72 7.94 -
YUV 109.71 102.77 108.95 -
System Red Green Blue C M Y K H S L
Decimal 83 132 65 0.37 0 0.51 0.48 103.88 0.34 0.39
Hex 53 84 41 25 0 33 30 68 22 27
Octal 123 204 101 45 0 63 60 150 42 47
Binary 1010011 10000100 1000001 100101 0 110011 110000 1101000 100010 100111

Color Harmonies of #538441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538441

Black with #538441

Text Example


Text Example

White with #538441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538441; }

 p { color: rgb(83,132,65); }

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

background-color css

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

 a { background-color: rgb(83,132,65); }

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

border-color css

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

 span { border-color: rgb(83,132,65); }

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