Html Css Color HEX #538446 Fern Green

📋 copy color: '#538446'

red 83 ◦ green 132 ◦ blue 70

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

Shades of Fern Green #538446

Tints of Fern Green #538446

RGB

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

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

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

R = 29.12%
G = 46.32%
B = 24.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#538446 (or 0x538446) is known color: Fern Green. HEX triplet: 53, 84 and 46. RGB value is (83,132,70). Sum of RGB (Red+Green+Blue) = 83+132+70=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #538446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538446 is #AC7BB9. Grayscale: #6E6E6E. Windows color (decimal): -11303866 or 4621395. OLE color: 4621395.

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

Color convert

RGB 83 132 70 -
CMYK 0.37 0 0.47 0.48
HSL 107.42º 0.31% 0.4% -
HSV(B) 107.42º 0.47% 0.52% -
XYZ 12.92 18.78 8.74 -
YUV 110.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 83 132 70 0.37 0 0.47 0.48 107.42 0.31 0.4
Hex 53 84 46 25 0 2F 30 6B 1F 28
Octal 123 204 106 45 0 57 60 153 37 50
Binary 1010011 10000100 1000110 100101 0 101111 110000 1101011 11111 101000

Color Harmonies of #538446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538446

Black with #538446

Text Example


Text Example

White with #538446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538446; }

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

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

background-color css

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

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

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

border-color css

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

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

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