Html Css Color HEX #52743E Fern Green

📋 copy color: '#52743E'

red 82 ◦ green 116 ◦ blue 62

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

Shades of Fern Green #52743E

Tints of Fern Green #52743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 31.54%
G = 44.62%
B = 23.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#52743E (or 0x52743E) is known color: Fern Green. HEX triplet: 52, 74 and 3E. RGB value is (82,116,62). Sum of RGB (Red+Green+Blue) = 82+116+62=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #52743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52743E is #AD8BC1. Grayscale: #636363. Windows color (decimal): -11373506 or 4093010. OLE color: 4093010.

HSL color Cylindrical-coordinate representation of color #52743E: hue angle of 97.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52743E is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 62 -
CMYK 0.29 0 0.47 0.55
HSL 97.78º 0.3% 0.35% -
HSV(B) 97.78º 0.47% 0.45% -
XYZ 10.59 14.63 6.82 -
YUV 99.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 82 116 62 0.29 0 0.47 0.55 97.78 0.3 0.35
Hex 52 74 3E 1D 0 2F 37 62 1E 23
Octal 122 164 76 35 0 57 67 142 36 43
Binary 1010010 1110100 111110 11101 0 101111 110111 1100010 11110 100011

Color Harmonies of #52743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52743E

Black with #52743E

Text Example


Text Example

White with #52743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52743E; }

 p { color: rgb(82,116,62); }

 H1.HeaderClassName
 {
   color: #52743E;
 }
 .AnyTagClassName
 {
   color: #52743E;
 }
</style>

background-color css

<style>
 a { background-color: #52743E; }

 a { background-color: rgb(82,116,62); }

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

border-color css

<style>
 span { border-color: #52743E; }

 span { border-color: rgb(82,116,62); }

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