Html Css Color HEX #53924A Hippie Green

📋 copy color: '#53924A'

red 83 ◦ green 146 ◦ blue 74

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

Shades of Hippie Green #53924A

Tints of Hippie Green #53924A

RGB

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

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

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

R = 27.39%
G = 48.18%
B = 24.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#53924A (or 0x53924A) is known color: Hippie Green. HEX triplet: 53, 92 and 4A. RGB value is (83,146,74). Sum of RGB (Red+Green+Blue) = 83+146+74=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #53924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53924A is #AC6DB5. Grayscale: #777777. Windows color (decimal): -11300278 or 4887123. OLE color: 4887123.

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

Color convert

RGB 83 146 74 -
CMYK 0.43 0 0.49 0.43
HSL 112.5º 0.33% 0.43% -
HSV(B) 112.5º 0.49% 0.57% -
XYZ 15.08 22.89 10.1 -
YUV 118.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 83 146 74 0.43 0 0.49 0.43 112.5 0.33 0.43
Hex 53 92 4A 2B 0 31 2B 70 21 2B
Octal 123 222 112 53 0 61 53 160 41 53
Binary 1010011 10010010 1001010 101011 0 110001 101011 1110000 100001 101011

Color Harmonies of #53924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53924A

Black with #53924A

Text Example


Text Example

White with #53924A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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