Html Css Color HEX #53924C Hippie Green

📋 copy color: '#53924C'

red 83 ◦ green 146 ◦ blue 76

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

Shades of Hippie Green #53924C

Tints of Hippie Green #53924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

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

R = 27.21%
G = 47.87%
B = 24.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#53924C (or 0x53924C) is known color: Hippie Green. HEX triplet: 53, 92 and 4C. RGB value is (83,146,76). Sum of RGB (Red+Green+Blue) = 83+146+76=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #53924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53924C is #AC6DB3. Grayscale: #777777. Windows color (decimal): -11300276 or 5018195. OLE color: 5018195.

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

Color convert

RGB 83 146 76 -
CMYK 0.43 0 0.48 0.43
HSL 114º 0.32% 0.44% -
HSV(B) 114º 0.48% 0.57% -
XYZ 15.15 22.92 10.46 -
YUV 119.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 83 146 76 0.43 0 0.48 0.43 114 0.32 0.44
Hex 53 92 4C 2B 0 30 2B 72 20 2C
Octal 123 222 114 53 0 60 53 162 40 54
Binary 1010011 10010010 1001100 101011 0 110000 101011 1110010 100000 101100

Color Harmonies of #53924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53924C

Black with #53924C

Text Example


Text Example

White with #53924C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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