Html Css Color HEX #52823D Fern Green

📋 copy color: '#52823D'

red 82 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #52823D

Tints of Fern Green #52823D

RGB

 RED value IS 82 (32.42% from 255) = 30.04%

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 30.04%
G = 47.62%
B = 22.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#52823D (or 0x52823D) is known color: Fern Green. HEX triplet: 52, 82 and 3D. RGB value is (82,130,61). Sum of RGB (Red+Green+Blue) = 82+130+61=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #52823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52823D is #AD7DC2. Grayscale: #6C6C6C. Windows color (decimal): -11369923 or 4031058. OLE color: 4031058.

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

Color convert

RGB 82 130 61 -
CMYK 0.37 0 0.53 0.49
HSL 101.74º 0.36% 0.37% -
HSV(B) 101.74º 0.53% 0.51% -
XYZ 12.3 18.1 7.26 -
YUV 107.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 82 130 61 0.37 0 0.53 0.49 101.74 0.36 0.37
Hex 52 82 3D 25 0 35 31 66 24 25
Octal 122 202 75 45 0 65 61 146 44 45
Binary 1010010 10000010 111101 100101 0 110101 110001 1100110 100100 100101

Color Harmonies of #52823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52823D

Black with #52823D

Text Example


Text Example

White with #52823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,130,61); }

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

background-color css

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

 a { background-color: rgb(82,130,61); }

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

border-color css

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

 span { border-color: rgb(82,130,61); }

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