Html Css Color HEX #52743C Fern Green

📋 copy color: '#52743C'

red 82 ◦ green 116 ◦ blue 60

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

Shades of Fern Green #52743C

Tints of Fern Green #52743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 31.78%
G = 44.96%
B = 23.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#52743C (or 0x52743C) is known color: Fern Green. HEX triplet: 52, 74 and 3C. RGB value is (82,116,60). Sum of RGB (Red+Green+Blue) = 82+116+60=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #52743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52743C is #AD8BC3. Grayscale: #636363. Windows color (decimal): -11373508 or 3961938. OLE color: 3961938.

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

Color convert

RGB 82 116 60 -
CMYK 0.29 0 0.48 0.55
HSL 96.43º 0.32% 0.35% -
HSV(B) 96.43º 0.48% 0.45% -
XYZ 10.54 14.61 6.54 -
YUV 99.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 82 116 60 0.29 0 0.48 0.55 96.43 0.32 0.35
Hex 52 74 3C 1D 0 30 37 60 20 23
Octal 122 164 74 35 0 60 67 140 40 43
Binary 1010010 1110100 111100 11101 0 110000 110111 1100000 100000 100011

Color Harmonies of #52743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52743C

Black with #52743C

Text Example


Text Example

White with #52743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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