Html Css Color HEX #537C3D Fern Green

📋 copy color: '#537C3D'

red 83 ◦ green 124 ◦ blue 61

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

Shades of Fern Green #537C3D

Tints of Fern Green #537C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 30.97%
G = 46.27%
B = 22.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#537C3D (or 0x537C3D) is known color: Fern Green. HEX triplet: 53, 7C and 3D. RGB value is (83,124,61). Sum of RGB (Red+Green+Blue) = 83+124+61=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #537C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C3D is #AC83C2. Grayscale: #686868. Windows color (decimal): -11305923 or 4029523. OLE color: 4029523.

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

Color convert

RGB 83 124 61 -
CMYK 0.33 0 0.51 0.51
HSL 99.05º 0.34% 0.36% -
HSV(B) 99.05º 0.51% 0.49% -
XYZ 11.62 16.59 7.01 -
YUV 104.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 83 124 61 0.33 0 0.51 0.51 99.05 0.34 0.36
Hex 53 7C 3D 21 0 33 33 63 22 24
Octal 123 174 75 41 0 63 63 143 42 44
Binary 1010011 1111100 111101 100001 0 110011 110011 1100011 100010 100100

Color Harmonies of #537C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C3D

Black with #537C3D

Text Example


Text Example

White with #537C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C3D; }

 p { color: rgb(83,124,61); }

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

background-color css

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

 a { background-color: rgb(83,124,61); }

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

border-color css

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

 span { border-color: rgb(83,124,61); }

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