Html Css Color HEX #538540 Fern Green

📋 copy color: '#538540'

red 83 ◦ green 133 ◦ blue 64

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

Shades of Fern Green #538540

Tints of Fern Green #538540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 29.64%
G = 47.5%
B = 22.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#538540 (or 0x538540) is known color: Fern Green. HEX triplet: 53, 85 and 40. RGB value is (83,133,64). Sum of RGB (Red+Green+Blue) = 83+133+64=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #538540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538540 is #AC7ABF. Grayscale: #6E6E6E. Windows color (decimal): -11303616 or 4228435. OLE color: 4228435.

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

Color convert

RGB 83 133 64 -
CMYK 0.38 0 0.52 0.48
HSL 103.48º 0.35% 0.39% -
HSV(B) 103.48º 0.52% 0.52% -
XYZ 12.88 18.98 7.84 -
YUV 110.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 83 133 64 0.38 0 0.52 0.48 103.48 0.35 0.39
Hex 53 85 40 26 0 34 30 67 23 27
Octal 123 205 100 46 0 64 60 147 43 47
Binary 1010011 10000101 1000000 100110 0 110100 110000 1100111 100011 100111

Color Harmonies of #538540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538540

Black with #538540

Text Example


Text Example

White with #538540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538540; }

 p { color: rgb(83,133,64); }

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

background-color css

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

 a { background-color: rgb(83,133,64); }

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

border-color css

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

 span { border-color: rgb(83,133,64); }

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