#819935

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

Shades of Sushi #819935

Tints of Sushi #819935

Color information

#819935 (or 0x819935) is unknown color: approx Sushi. HEX triplet: 81, 99 and 35. RGB value is (129,153,53). Sum of RGB (Red+Green+Blue) = 129+153+53=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #819935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819935 is #7E66CA. Grayscale: #868686. Windows color (decimal): -8283851 or 3512705. OLE color: 3512705.

HSL color Cylindrical-coordinate representation of color #819935: hue angle of 74.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #819935 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB12915353-
CMYK0.1600.650.4
HSL74.4º48.54%40.39%-
HSV(B)74.4º65.36%60%-
XYZ21.0927.717.6-
YUV134.4282.05124.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=38.51%
G=45.67%
B=15.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153530.1600.650.474.448.5440.39
Hex81993510041284a3128
Octal20123165200101501126150
Binary100000011001100111010110000010000011010001001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819935; }

 p { color: rgb(129,153,53); }

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

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

 a { background-color: rgb(129,153,53); }

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

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

 span { border-color: rgb(129,153,53); }

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