Html Css Color HEX #56744A Fern Green

📋 copy color: '#56744A'

red 86 ◦ green 116 ◦ blue 74

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

Shades of Fern Green #56744A

Tints of Fern Green #56744A

RGB

 RED value IS 86 (33.98% from 255) = 31.16%

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 31.16%
G = 42.03%
B = 26.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#56744A (or 0x56744A) is known color: Fern Green. HEX triplet: 56, 74 and 4A. RGB value is (86,116,74). Sum of RGB (Red+Green+Blue) = 86+116+74=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #56744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56744A is #A98BB5. Grayscale: #666666. Windows color (decimal): -11111350 or 4879446. OLE color: 4879446.

HSL color Cylindrical-coordinate representation of color #56744A: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56744A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 74 -
CMYK 0.26 0 0.36 0.55
HSL 102.86º 0.22% 0.37% -
HSV(B) 102.86º 0.36% 0.45% -
XYZ 11.32 14.96 8.77 -
YUV 102.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 86 116 74 0.26 0 0.36 0.55 102.86 0.22 0.37
Hex 56 74 4A 1A 0 24 37 67 16 25
Octal 126 164 112 32 0 44 67 147 26 45
Binary 1010110 1110100 1001010 11010 0 100100 110111 1100111 10110 100101

Color Harmonies of #56744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56744A

Black with #56744A

Text Example


Text Example

White with #56744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,116,74); }

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

background-color css

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

 a { background-color: rgb(86,116,74); }

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

border-color css

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

 span { border-color: rgb(86,116,74); }

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