#538C4B

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

Shades of Hippie Green #538C4B

Tints of Hippie Green #538C4B

Color information

#538C4B (or 0x538C4B) is unknown color: approx Hippie Green. HEX triplet: 53, 8C and 4B. RGB value is (83,140,75). Sum of RGB (Red+Green+Blue) = 83+140+75=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #538C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C4B is #AC73B4. Grayscale: #737373. Windows color (decimal): -11301813 or 4951123. OLE color: 4951123.

HSL color Cylindrical-coordinate representation of color #538C4B: hue angle of 112.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538C4B is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB8314075-
CMYK0.4100.460.45
HSL112.62º30.23%42.16%-
HSV(B)112.62º46.43%54.9%-
XYZ14.2221.19.98-
YUV115.55105.12104.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=27.85%
G=46.98%
B=25.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140750.4100.460.45112.6230.2342.16
Hex538C4B2902E2D711e2a
Octal12321411351056551613652
Binary10100111000110010010111010010101110101101111000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C4B; }

 p { color: rgb(83,140,75); }

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

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

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

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

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

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

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