Html Css Color HEX #539053 Hippie Green

📋 copy color: '#539053'

red 83 ◦ green 144 ◦ blue 83

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

Shades of Hippie Green #539053

Tints of Hippie Green #539053

RGB

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

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

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

R = 26.77%
G = 46.45%
B = 26.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#539053 (or 0x539053) is known color: Hippie Green. HEX triplet: 53, 90 and 53. RGB value is (83,144,83). Sum of RGB (Red+Green+Blue) = 83+144+83=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #539053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539053 is #AC6FAC. Grayscale: #767676. Windows color (decimal): -11300781 or 5476435. OLE color: 5476435.

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

Color convert

RGB 83 144 83 -
CMYK 0.42 0 0.42 0.44
HSL 120º 0.27% 0.45% -
HSV(B) 120º 0.42% 0.56% -
XYZ 15.1 22.41 11.71 -
YUV 118.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 83 144 83 0.42 0 0.42 0.44 120 0.27 0.45
Hex 53 90 53 2A 0 2A 2C 78 1B 2D
Octal 123 220 123 52 0 52 54 170 33 55
Binary 1010011 10010000 1010011 101010 0 101010 101100 1111000 11011 101101

Color Harmonies of #539053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539053

Black with #539053

Text Example


Text Example

White with #539053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539053; }

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

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

background-color css

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

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

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

border-color css

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

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

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