Html Css Color HEX #53854D Hippie Green

📋 copy color: '#53854D'

red 83 ◦ green 133 ◦ blue 77

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

Shades of Hippie Green #53854D

Tints of Hippie Green #53854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.39%

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

R = 28.33%
G = 45.39%
B = 26.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#53854D (or 0x53854D) is known color: Hippie Green. HEX triplet: 53, 85 and 4D. RGB value is (83,133,77). Sum of RGB (Red+Green+Blue) = 83+133+77=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #53854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53854D is #AC7AB2. Grayscale: #6F6F6F. Windows color (decimal): -11303603 or 5080403. OLE color: 5080403.

HSL color Cylindrical-coordinate representation of color #53854D: hue angle of 113.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53854D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 77 -
CMYK 0.38 0 0.42 0.48
HSL 113.57º 0.27% 0.41% -
HSV(B) 113.57º 0.42% 0.52% -
XYZ 13.29 19.15 10.02 -
YUV 111.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 83 133 77 0.38 0 0.42 0.48 113.57 0.27 0.41
Hex 53 85 4D 26 0 2A 30 72 1B 29
Octal 123 205 115 46 0 52 60 162 33 51
Binary 1010011 10000101 1001101 100110 0 101010 110000 1110010 11011 101001

Color Harmonies of #53854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53854D

Black with #53854D

Text Example


Text Example

White with #53854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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