#819278

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

Shades of Spanish Green #819278

Tints of Spanish Green #819278

Color information

#819278 (or 0x819278) is unknown color: approx Spanish Green. HEX triplet: 81, 92 and 78. RGB value is (129,146,120). Sum of RGB (Red+Green+Blue) = 129+146+120=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #819278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819278 is #7E6D87. Grayscale: #8A8A8A. Windows color (decimal): -8285576 or 7901825. OLE color: 7901825.

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

Color convert

RGB129146120-
CMYK0.1200.180.43
HSL99.23º10.66%52.16%-
HSV(B)99.23º17.81%57.25%-
XYZ22.7226.5821.7-
YUV137.95117.87121.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=32.66%
G=36.96%
B=30.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461200.1200.180.4399.2310.6652.16
Hex819278C0122B63b34
Octal20122217014022531431364
Binary10000001100100101111000110001001010101111000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819278; }

 p { color: rgb(129,146,120); }

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

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

 a { background-color: rgb(129,146,120); }

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

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

 span { border-color: rgb(129,146,120); }

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