Html Css Color HEX #50904B Hippie Green

📋 copy color: '#50904B'

red 80 ◦ green 144 ◦ blue 75

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

Shades of Hippie Green #50904B

Tints of Hippie Green #50904B

RGB

 RED value IS 80 (31.64% from 255) = 26.76%

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

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

R = 26.76%
G = 48.16%
B = 25.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#50904B (or 0x50904B) is known color: Hippie Green. HEX triplet: 50, 90 and 4B. RGB value is (80,144,75). Sum of RGB (Red+Green+Blue) = 80+144+75=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #50904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50904B is #AF6FB4. Grayscale: #757575. Windows color (decimal): -11497397 or 4952144. OLE color: 4952144.

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

Color convert

RGB 80 144 75 -
CMYK 0.44 0 0.48 0.44
HSL 115.65º 0.32% 0.43% -
HSV(B) 115.65º 0.48% 0.56% -
XYZ 14.55 22.16 10.17 -
YUV 117 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 80 144 75 0.44 0 0.48 0.44 115.65 0.32 0.43
Hex 50 90 4B 2C 0 30 2C 74 20 2B
Octal 120 220 113 54 0 60 54 164 40 53
Binary 1010000 10010000 1001011 101100 0 110000 101100 1110100 100000 101011

Color Harmonies of #50904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50904B

Black with #50904B

Text Example


Text Example

White with #50904B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,144,75); }

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

background-color css

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

 a { background-color: rgb(80,144,75); }

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

border-color css

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

 span { border-color: rgb(80,144,75); }

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