Html Css Color HEX #538353 Hippie Green

📋 copy color: '#538353'

red 83 ◦ green 131 ◦ blue 83

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

Shades of Hippie Green #538353

Tints of Hippie Green #538353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

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

R = 27.95%
G = 44.11%
B = 27.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#538353 (or 0x538353) is known color: Hippie Green. HEX triplet: 53, 83 and 53. RGB value is (83,131,83). Sum of RGB (Red+Green+Blue) = 83+131+83=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #538353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538353 is #AC7CAC. Grayscale: #6F6F6F. Windows color (decimal): -11304109 or 5473107. OLE color: 5473107.

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

Color convert

RGB 83 131 83 -
CMYK 0.37 0 0.37 0.49
HSL 120º 0.22% 0.42% -
HSV(B) 120º 0.37% 0.51% -
XYZ 13.24 18.7 11.09 -
YUV 111.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 83 131 83 0.37 0 0.37 0.49 120 0.22 0.42
Hex 53 83 53 25 0 25 31 78 16 2A
Octal 123 203 123 45 0 45 61 170 26 52
Binary 1010011 10000011 1010011 100101 0 100101 110001 1111000 10110 101010

Color Harmonies of #538353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538353

Black with #538353

Text Example


Text Example

White with #538353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538353; }

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

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

background-color css

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

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

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

border-color css

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

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

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