#819A4B

Color #819A4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #819A4B

Tints of Chelsea Cucumber #819A4B

Color information

#819A4B (or 0x819A4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, 9A and 4B. RGB value is (129,154,75). Sum of RGB (Red+Green+Blue) = 129+154+75=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #819A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819A4B is #7E65B4. Grayscale: #898989. Windows color (decimal): -8283573 or 4954753. OLE color: 4954753.

HSL color Cylindrical-coordinate representation of color #819A4B: hue angle of 78.99º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #819A4B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB12915475-
CMYK0.1600.510.40
HSL78.99º34.5%44.9%-
HSV(B)78.99º51.3%60.39%-
XYZ21.8828.2910.96-
YUV137.5292.72121.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 154 (60.55% from 255) = 43.02%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=36.03%
G=43.02%
B=20.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129154750.1600.510.4078.9934.544.9
Hex819A4B10033284f222d
Octal20123211320063501174255
Binary100000011001101010010111000001100111010001001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819A4B; }

 p { color: rgb(129,154,75); }

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

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

 a { background-color: rgb(129,154,75); }

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

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

 span { border-color: rgb(129,154,75); }

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