Html Css Color HEX #53833A Fern Green

📋 copy color: '#53833A'

red 83 ◦ green 131 ◦ blue 58

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

Shades of Fern Green #53833A

Tints of Fern Green #53833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 30.51%
G = 48.16%
B = 21.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#53833A (or 0x53833A) is known color: Fern Green. HEX triplet: 53, 83 and 3A. RGB value is (83,131,58). Sum of RGB (Red+Green+Blue) = 83+131+58=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #53833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53833A is #AC7CC5. Grayscale: #6C6C6C. Windows color (decimal): -11304134 or 3834707. OLE color: 3834707.

HSL color Cylindrical-coordinate representation of color #53833A: hue angle of 99.45º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53833A is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 58 -
CMYK 0.37 0 0.56 0.49
HSL 99.45º 0.39% 0.37% -
HSV(B) 99.45º 0.56% 0.51% -
XYZ 12.45 18.38 6.89 -
YUV 108.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 83 131 58 0.37 0 0.56 0.49 99.45 0.39 0.37
Hex 53 83 3A 25 0 38 31 63 27 25
Octal 123 203 72 45 0 70 61 143 47 45
Binary 1010011 10000011 111010 100101 0 111000 110001 1100011 100111 100101

Color Harmonies of #53833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53833A

Black with #53833A

Text Example


Text Example

White with #53833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53833A; }

 p { color: rgb(83,131,58); }

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

background-color css

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

 a { background-color: rgb(83,131,58); }

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

border-color css

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

 span { border-color: rgb(83,131,58); }

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