Html Css Color HEX #54964A Hippie Green

📋 copy color: '#54964A'

red 84 ◦ green 150 ◦ blue 74

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

Shades of Hippie Green #54964A

Tints of Hippie Green #54964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

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

R = 27.27%
G = 48.7%
B = 24.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#54964A (or 0x54964A) is known color: Hippie Green. HEX triplet: 54, 96 and 4A. RGB value is (84,150,74). Sum of RGB (Red+Green+Blue) = 84+150+74=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #54964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54964A is #AB69B5. Grayscale: #797979. Windows color (decimal): -11233718 or 4888148. OLE color: 4888148.

HSL color Cylindrical-coordinate representation of color #54964A: hue angle of 112.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54964A is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 74 -
CMYK 0.44 0 0.51 0.41
HSL 112.11º 0.34% 0.44% -
HSV(B) 112.11º 0.51% 0.59% -
XYZ 15.8 24.19 10.32 -
YUV 121.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 84 150 74 0.44 0 0.51 0.41 112.11 0.34 0.44
Hex 54 96 4A 2C 0 33 29 70 22 2C
Octal 124 226 112 54 0 63 51 160 42 54
Binary 1010100 10010110 1001010 101100 0 110011 101001 1110000 100010 101100

Color Harmonies of #54964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54964A

Black with #54964A

Text Example


Text Example

White with #54964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,150,74); }

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

background-color css

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

 a { background-color: rgb(84,150,74); }

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

border-color css

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

 span { border-color: rgb(84,150,74); }

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