Html Css Color HEX #53954B Hippie Green

📋 copy color: '#53954B'

red 83 ◦ green 149 ◦ blue 75

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

Shades of Hippie Green #53954B

Tints of Hippie Green #53954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 27.04%
G = 48.53%
B = 24.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#53954B (or 0x53954B) is known color: Hippie Green. HEX triplet: 53, 95 and 4B. RGB value is (83,149,75). Sum of RGB (Red+Green+Blue) = 83+149+75=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #53954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53954B is #AC6AB4. Grayscale: #797979. Windows color (decimal): -11299509 or 4953427. OLE color: 4953427.

HSL color Cylindrical-coordinate representation of color #53954B: hue angle of 113.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53954B is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 75 -
CMYK 0.44 0 0.50 0.42
HSL 113.51º 0.33% 0.44% -
HSV(B) 113.51º 0.5% 0.58% -
XYZ 15.58 23.84 10.44 -
YUV 120.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 83 149 75 0.44 0 0.50 0.42 113.51 0.33 0.44
Hex 53 95 4B 2C 0 32 2A 72 21 2C
Octal 123 225 113 54 0 62 52 162 41 54
Binary 1010011 10010101 1001011 101100 0 110010 101010 1110010 100001 101100

Color Harmonies of #53954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53954B

Black with #53954B

Text Example


Text Example

White with #53954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53954B; }

 p { color: rgb(83,149,75); }

 H1.HeaderClassName
 {
   color: #53954B;
 }
 .AnyTagClassName
 {
   color: #53954B;
 }
</style>

background-color css

<style>
 a { background-color: #53954B; }

 a { background-color: rgb(83,149,75); }

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

border-color css

<style>
 span { border-color: #53954B; }

 span { border-color: rgb(83,149,75); }

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