Html Css Color HEX #53904D Hippie Green

📋 copy color: '#53904D'

red 83 ◦ green 144 ◦ blue 77

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

Shades of Hippie Green #53904D

Tints of Hippie Green #53904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.37%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 27.3%
G = 47.37%
B = 25.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#53904D (or 0x53904D) is known color: Hippie Green. HEX triplet: 53, 90 and 4D. RGB value is (83,144,77). Sum of RGB (Red+Green+Blue) = 83+144+77=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #53904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53904D is #AC6FB2. Grayscale: #767676. Windows color (decimal): -11300787 or 5083219. OLE color: 5083219.

HSL color Cylindrical-coordinate representation of color #53904D: hue angle of 114.63º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53904D is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 77 -
CMYK 0.42 0 0.47 0.44
HSL 114.63º 0.3% 0.43% -
HSV(B) 114.63º 0.47% 0.56% -
XYZ 14.88 22.32 10.55 -
YUV 118.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 83 144 77 0.42 0 0.47 0.44 114.63 0.3 0.43
Hex 53 90 4D 2A 0 2F 2C 73 1E 2B
Octal 123 220 115 52 0 57 54 163 36 53
Binary 1010011 10010000 1001101 101010 0 101111 101100 1110011 11110 101011

Color Harmonies of #53904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53904D

Black with #53904D

Text Example


Text Example

White with #53904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53904D; }

 p { color: rgb(83,144,77); }

 H1.HeaderClassName
 {
   color: #53904D;
 }
 .AnyTagClassName
 {
   color: #53904D;
 }
</style>

background-color css

<style>
 a { background-color: #53904D; }

 a { background-color: rgb(83,144,77); }

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

border-color css

<style>
 span { border-color: #53904D; }

 span { border-color: rgb(83,144,77); }

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