Html Css Color HEX #538453 Hippie Green

📋 copy color: '#538453'

red 83 ◦ green 132 ◦ blue 83

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

Shades of Hippie Green #538453

Tints of Hippie Green #538453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 27.85%
G = 44.3%
B = 27.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#538453 (or 0x538453) is known color: Hippie Green. HEX triplet: 53, 84 and 53. RGB value is (83,132,83). Sum of RGB (Red+Green+Blue) = 83+132+83=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #538453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538453 is #AC7BAC. Grayscale: #6F6F6F. Windows color (decimal): -11303853 or 5473363. OLE color: 5473363.

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

Color convert

RGB 83 132 83 -
CMYK 0.37 0 0.37 0.48
HSL 120º 0.23% 0.42% -
HSV(B) 120º 0.37% 0.52% -
XYZ 13.38 18.97 11.14 -
YUV 111.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 83 132 83 0.37 0 0.37 0.48 120 0.23 0.42
Hex 53 84 53 25 0 25 30 78 17 2A
Octal 123 204 123 45 0 45 60 170 27 52
Binary 1010011 10000100 1010011 100101 0 100101 110000 1111000 10111 101010

Color Harmonies of #538453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538453

Black with #538453

Text Example


Text Example

White with #538453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538453; }

 p { color: rgb(83,132,83); }

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

background-color css

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

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

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

border-color css

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

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

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