Html Css Color HEX #538140 Fern Green

📋 copy color: '#538140'

red 83 ◦ green 129 ◦ blue 64

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

Shades of Fern Green #538140

Tints of Fern Green #538140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 30.07%
G = 46.74%
B = 23.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#538140 (or 0x538140) is known color: Fern Green. HEX triplet: 53, 81 and 40. RGB value is (83,129,64). Sum of RGB (Red+Green+Blue) = 83+129+64=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #538140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538140 is #AC7EBF. Grayscale: #6C6C6C. Windows color (decimal): -11304640 or 4227411. OLE color: 4227411.

HSL color Cylindrical-coordinate representation of color #538140: hue angle of 102.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538140 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 64 -
CMYK 0.36 0 0.50 0.49
HSL 102.46º 0.34% 0.38% -
HSV(B) 102.46º 0.5% 0.51% -
XYZ 12.34 17.91 7.66 -
YUV 107.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 83 129 64 0.36 0 0.50 0.49 102.46 0.34 0.38
Hex 53 81 40 24 0 32 31 66 22 26
Octal 123 201 100 44 0 62 61 146 42 46
Binary 1010011 10000001 1000000 100100 0 110010 110001 1100110 100010 100110

Color Harmonies of #538140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538140

Black with #538140

Text Example


Text Example

White with #538140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538140; }

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

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

background-color css

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

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

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

border-color css

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

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

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