Html Css Color HEX #53863D Fern Green

📋 copy color: '#53863D'

red 83 ◦ green 134 ◦ blue 61

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

Shades of Fern Green #53863D

Tints of Fern Green #53863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

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

R = 29.86%
G = 48.2%
B = 21.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#53863D (or 0x53863D) is known color: Fern Green. HEX triplet: 53, 86 and 3D. RGB value is (83,134,61). Sum of RGB (Red+Green+Blue) = 83+134+61=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #53863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53863D is #AC79C2. Grayscale: #6E6E6E. Windows color (decimal): -11303363 or 4032083. OLE color: 4032083.

HSL color Cylindrical-coordinate representation of color #53863D: hue angle of 101.92º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53863D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 134 61 -
CMYK 0.38 0 0.54 0.47
HSL 101.92º 0.37% 0.38% -
HSV(B) 101.92º 0.54% 0.53% -
XYZ 12.93 19.23 7.44 -
YUV 110.43 100.1 108.44 -
System Red Green Blue C M Y K H S L
Decimal 83 134 61 0.38 0 0.54 0.47 101.92 0.37 0.38
Hex 53 86 3D 26 0 36 2F 66 25 26
Octal 123 206 75 46 0 66 57 146 45 46
Binary 1010011 10000110 111101 100110 0 110110 101111 1100110 100101 100110

Color Harmonies of #53863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53863D

Black with #53863D

Text Example


Text Example

White with #53863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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