#5B9453

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

Shades of Hippie Green #5B9453

Tints of Hippie Green #5B9453

Color information

#5B9453 (or 0x5B9453) is unknown color: approx Hippie Green. HEX triplet: 5B, 94 and 53. RGB value is (91,148,83). Sum of RGB (Red+Green+Blue) = 91+148+83=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9453 is #A46BAC. Grayscale: #7B7B7B. Windows color (decimal): -10775469 or 5477467. OLE color: 5477467.

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

Color convert

RGB9114883-
CMYK0.3900.440.42
HSL112.62º28.14%45.29%-
HSV(B)112.62º43.92%58.04%-
XYZ16.4724.0311.95-
YUV123.55105.12104.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=28.26%
G=45.96%
B=25.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91148830.3900.440.42112.6228.1445.29
Hex5B94532702C2A711c2d
Octal13322412347054521613455
Binary10110111001010010100111001110101100101010111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B9453; }

 p { color: rgb(91,148,83); }

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

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

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

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

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

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

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