Html Css Color HEX #53894C Hippie Green

📋 copy color: '#53894C'

red 83 ◦ green 137 ◦ blue 76

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

Shades of Hippie Green #53894C

Tints of Hippie Green #53894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

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

R = 28.04%
G = 46.28%
B = 25.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#53894C (or 0x53894C) is known color: Hippie Green. HEX triplet: 53, 89 and 4C. RGB value is (83,137,76). Sum of RGB (Red+Green+Blue) = 83+137+76=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #53894C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53894C is #AC76B3. Grayscale: #727272. Windows color (decimal): -11302580 or 5015891. OLE color: 5015891.

HSL color Cylindrical-coordinate representation of color #53894C: hue angle of 113.11º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53894C is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 76 -
CMYK 0.39 0 0.45 0.46
HSL 113.11º 0.29% 0.42% -
HSV(B) 113.11º 0.45% 0.54% -
XYZ 13.82 20.25 10.02 -
YUV 113.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 83 137 76 0.39 0 0.45 0.46 113.11 0.29 0.42
Hex 53 89 4C 27 0 2D 2E 71 1D 2A
Octal 123 211 114 47 0 55 56 161 35 52
Binary 1010011 10001001 1001100 100111 0 101101 101110 1110001 11101 101010

Color Harmonies of #53894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53894C

Black with #53894C

Text Example


Text Example

White with #53894C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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