#849378

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

Shades of Spanish Green #849378

Tints of Spanish Green #849378

Color information

#849378 (or 0x849378) is unknown color: approx Spanish Green. HEX triplet: 84, 93 and 78. RGB value is (132,147,120). Sum of RGB (Red+Green+Blue) = 132+147+120=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #849378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849378 is #7B6C87. Grayscale: #8B8B8B. Windows color (decimal): -8088712 or 7902084. OLE color: 7902084.

HSL color Cylindrical-coordinate representation of color #849378: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #849378 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB132147120-
CMYK0.1000.180.42
HSL93.33º11.11%52.35%-
HSV(B)93.33º18.37%57.65%-
XYZ23.3427.1321.78-
YUV139.44117.03122.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=33.08%
G=36.84%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471200.1000.180.4293.3311.1152.35
Hex849378A0122A5db34
Octal20422317012022521351364
Binary10000100100100111111000101001001010101010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849378; }

 p { color: rgb(132,147,120); }

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

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

 a { background-color: rgb(132,147,120); }

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

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

 span { border-color: rgb(132,147,120); }

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