Html Css Color HEX #538E3D Fern Green

📋 copy color: '#538E3D'

red 83 ◦ green 142 ◦ blue 61

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

Shades of Fern Green #538E3D

Tints of Fern Green #538E3D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.65%

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

R = 29.02%
G = 49.65%
B = 21.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#538E3D (or 0x538E3D) is known color: Fern Green. HEX triplet: 53, 8E and 3D. RGB value is (83,142,61). Sum of RGB (Red+Green+Blue) = 83+142+61=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #538E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E3D is #AC71C2. Grayscale: #737373. Windows color (decimal): -11301315 or 4034131. OLE color: 4034131.

HSL color Cylindrical-coordinate representation of color #538E3D: hue angle of 103.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538E3D is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 61 -
CMYK 0.42 0 0.57 0.44
HSL 103.7º 0.4% 0.4% -
HSV(B) 103.7º 0.57% 0.56% -
XYZ 14.08 21.52 7.83 -
YUV 115.13 97.45 105.09 -
System Red Green Blue C M Y K H S L
Decimal 83 142 61 0.42 0 0.57 0.44 103.7 0.4 0.4
Hex 53 8E 3D 2A 0 39 2C 68 28 28
Octal 123 216 75 52 0 71 54 150 50 50
Binary 1010011 10001110 111101 101010 0 111001 101100 1101000 101000 101000

Color Harmonies of #538E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E3D

Black with #538E3D

Text Example


Text Example

White with #538E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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