Html Css Color HEX #538546 Fern Green

📋 copy color: '#538546'

red 83 ◦ green 133 ◦ blue 70

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

Shades of Fern Green #538546

Tints of Fern Green #538546

RGB

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

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

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

R = 29.02%
G = 46.5%
B = 24.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#538546 (or 0x538546) is known color: Fern Green. HEX triplet: 53, 85 and 46. RGB value is (83,133,70). Sum of RGB (Red+Green+Blue) = 83+133+70=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #538546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538546 is #AC7AB9. Grayscale: #6F6F6F. Windows color (decimal): -11303610 or 4621651. OLE color: 4621651.

HSL color Cylindrical-coordinate representation of color #538546: hue angle of 107.62º 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 #538546 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 70 -
CMYK 0.38 0 0.47 0.48
HSL 107.62º 0.31% 0.4% -
HSV(B) 107.62º 0.47% 0.52% -
XYZ 13.06 19.06 8.78 -
YUV 110.87 104.94 108.12 -
System Red Green Blue C M Y K H S L
Decimal 83 133 70 0.38 0 0.47 0.48 107.62 0.31 0.4
Hex 53 85 46 26 0 2F 30 6C 1F 28
Octal 123 205 106 46 0 57 60 154 37 50
Binary 1010011 10000101 1000110 100110 0 101111 110000 1101100 11111 101000

Color Harmonies of #538546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538546

Black with #538546

Text Example


Text Example

White with #538546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538546; }

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

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

background-color css

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

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

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

border-color css

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

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

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