Html Css Color HEX #54752A Green Leaf

📋 copy color: '#54752A'

red 84 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #54752A

Tints of Green Leaf #54752A

RGB

 RED value IS 84 (33.2% from 255) = 34.57%

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 34.57%
G = 48.15%
B = 17.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#54752A (or 0x54752A) is known color: Green Leaf. HEX triplet: 54, 75 and 2A. RGB value is (84,117,42). Sum of RGB (Red+Green+Blue) = 84+117+42=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #54752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54752A is #AB8AD5. Grayscale: #626262. Windows color (decimal): -11242198 or 2782548. OLE color: 2782548.

HSL color Cylindrical-coordinate representation of color #54752A: hue angle of 86.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54752A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 117 42 -
CMYK 0.28 0 0.64 0.54
HSL 86.4º 0.47% 0.31% -
HSV(B) 86.4º 0.64% 0.46% -
XYZ 10.44 14.77 4.49 -
YUV 98.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 84 117 42 0.28 0 0.64 0.54 86.4 0.47 0.31
Hex 54 75 2A 1C 0 40 36 56 2F 1F
Octal 124 165 52 34 0 100 66 126 57 37
Binary 1010100 1110101 101010 11100 0 1000000 110110 1010110 101111 11111

Color Harmonies of #54752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54752A

Black with #54752A

Text Example


Text Example

White with #54752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,117,42); }

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

background-color css

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

 a { background-color: rgb(84,117,42); }

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

border-color css

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

 span { border-color: rgb(84,117,42); }

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