Shades of Sushi #819A35
Tints of Sushi #819A35
RGB
CMYK
RGB Variations
Color information
#819A35 (or 0x819A35) is known color: Sushi. HEX triplet: 81, 9A and 35. RGB value is (129,154,53). Sum of RGB (Red+Green+Blue) = 129+154+53=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #819A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819A35 is #7E65CA. Grayscale: #878787. Windows color (decimal): -8283595 or 3512961. OLE color: 3512961.
HSL color Cylindrical-coordinate representation of color #819A35: hue angle of 74.85º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #819A35 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 53 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.40 |
| HSL | 74.85º | 0.49% | 0.41% | - |
| HSV(B) | 74.85º | 0.66% | 0.6% | - |
| XYZ | 21.25 | 28.04 | 7.66 | - |
| YUV | 135.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 53 | 0.16 | 0 | 0.66 | 0.40 | 74.85 | 0.49 | 0.41 |
| Hex | 81 | 9A | 35 | 10 | 0 | 42 | 28 | 4B | 31 | 29 |
| Octal | 201 | 232 | 65 | 20 | 0 | 102 | 50 | 113 | 61 | 51 |
| Binary | 10000001 | 10011010 | 110101 | 10000 | 0 | 1000010 | 101000 | 1001011 | 110001 | 101001 |
Color Harmonies of #819A35
Complementary color
Monochromatic Colors of #819A35
Black with #819A35
Text Example
Text Example
White with #819A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A35; }
p { color: rgb(129,154,53); }
H1.HeaderClassName
{
color: #819A35;
}
.AnyTagClassName
{
color: #819A35;
}
</style>
background-color css
<style>
a { background-color: #819A35; }
a { background-color: rgb(129,154,53); }
div.DivClassName
{
background-color: #819A35;
}
.BgClassName
{
background-color: #819A35;
}
</style>
border-color css
<style>
span { border-color: #819A35; }
span { border-color: rgb(129,154,53); }
td.TdClassName
{
border-color: #819A35;
}
.TagClassName
{
border-color: #819A35;
}
</style>