#918034

Color #918034 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #918034

Tints of Lemon Ginger #918034

Color information

#918034 (or 0x918034) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 34. RGB value is (145,128,52). Sum of RGB (Red+Green+Blue) = 145+128+52=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918034 is #6E7FCB. Grayscale: #7C7C7C. Windows color (decimal): -7241676 or 3440785. OLE color: 3440785.

HSL color Cylindrical-coordinate representation of color #918034: hue angle of 49.03º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #918034 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB14512852-
CMYK00.120.640.43
HSL49.03º47.21%38.63%-
HSV(B)49.03º64.14%56.86%-
XYZ20.0221.716.38-
YUV124.4287.13142.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 52 (20.70% from 255) = 16%
R=44.62%
G=39.38%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451285200.120.640.4349.0347.2138.63
Hex9180340C402B312f27
Octal2212006401410053615747
Binary1001000110000000110100011001000000101011110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918034; }

 p { color: rgb(145,128,52); }

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

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

 a { background-color: rgb(145,128,52); }

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

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

 span { border-color: rgb(145,128,52); }

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