Html Css Color HEX #538246 Fern Green

📋 copy color: '#538246'

red 83 ◦ green 130 ◦ blue 70

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

Shades of Fern Green #538246

Tints of Fern Green #538246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 70 (27.73% from 255) = 24.73%

R = 29.33%
G = 45.94%
B = 24.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#538246 (or 0x538246) is known color: Fern Green. HEX triplet: 53, 82 and 46. RGB value is (83,130,70). Sum of RGB (Red+Green+Blue) = 83+130+70=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #538246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538246 is #AC7DB9. Grayscale: #6D6D6D. Windows color (decimal): -11304378 or 4620883. OLE color: 4620883.

HSL color Cylindrical-coordinate representation of color #538246: hue angle of 107º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538246 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 70 -
CMYK 0.36 0 0.46 0.49
HSL 107º 0.3% 0.39% -
HSV(B) 107º 0.46% 0.51% -
XYZ 12.66 18.25 8.65 -
YUV 109.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 83 130 70 0.36 0 0.46 0.49 107 0.3 0.39
Hex 53 82 46 24 0 2E 31 6B 1E 27
Octal 123 202 106 44 0 56 61 153 36 47
Binary 1010011 10000010 1000110 100100 0 101110 110001 1101011 11110 100111

Color Harmonies of #538246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538246

Black with #538246

Text Example


Text Example

White with #538246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538246; }

 p { color: rgb(83,130,70); }

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

background-color css

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

 a { background-color: rgb(83,130,70); }

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

border-color css

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

 span { border-color: rgb(83,130,70); }

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