#538554

Color #538554 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #538554

Tints of Hippie Green #538554

Color information

#538554 (or 0x538554) is unknown color: approx Hippie Green. HEX triplet: 53, 85 and 54. RGB value is (83,133,84). Sum of RGB (Red+Green+Blue) = 83+133+84=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #538554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538554 is #AC7AAB. Grayscale: #707070. Windows color (decimal): -11303596 or 5539155. OLE color: 5539155.

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

Color convert

RGB8313384-
CMYK0.3800.370.48
HSL121.2º23.15%42.35%-
HSV(B)121.2º37.59%52.16%-
XYZ13.5619.2511.39-
YUV112.46111.94106.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 84 (33.20% from 255) = 28%
R=27.67%
G=44.33%
B=28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133840.3800.370.48121.223.1542.35
Hex538554260253079172a
Octal12320512446045601712752
Binary10100111000010110101001001100100101110000111100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538554; }

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

 H1.HeaderClassName
 {
   color: #538554;
 }
 .AnyTagClassName
 {
   color: #538554;
 }
</style>
background-color css

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

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

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

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

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

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