Html Css Color HEX #53944C Hippie Green

📋 copy color: '#53944C'

red 83 ◦ green 148 ◦ blue 76

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

Shades of Hippie Green #53944C

Tints of Hippie Green #53944C

RGB

 RED value IS 83 (32.81% from 255) = 27.04%

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 27.04%
G = 48.21%
B = 24.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#53944C (or 0x53944C) is known color: Hippie Green. HEX triplet: 53, 94 and 4C. RGB value is (83,148,76). Sum of RGB (Red+Green+Blue) = 83+148+76=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #53944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53944C is #AC6BB3. Grayscale: #787878. Windows color (decimal): -11299764 or 5018707. OLE color: 5018707.

HSL color Cylindrical-coordinate representation of color #53944C: hue angle of 114.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53944C is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 76 -
CMYK 0.44 0 0.49 0.42
HSL 114.17º 0.32% 0.44% -
HSV(B) 114.17º 0.49% 0.58% -
XYZ 15.46 23.54 10.57 -
YUV 120.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 83 148 76 0.44 0 0.49 0.42 114.17 0.32 0.44
Hex 53 94 4C 2C 0 31 2A 72 20 2C
Octal 123 224 114 54 0 61 52 162 40 54
Binary 1010011 10010100 1001100 101100 0 110001 101010 1110010 100000 101100

Color Harmonies of #53944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53944C

Black with #53944C

Text Example


Text Example

White with #53944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,148,76); }

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

background-color css

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

 a { background-color: rgb(83,148,76); }

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

border-color css

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

 span { border-color: rgb(83,148,76); }

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