#819F25

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

Shades of Sushi #819F25

Tints of Sushi #819F25

Color information

#819F25 (or 0x819F25) is unknown color: approx Sushi. HEX triplet: 81, 9F and 25. RGB value is (129,159,37). Sum of RGB (Red+Green+Blue) = 129+159+37=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #819F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819F25 is #7E60DA. Grayscale: #888888. Windows color (decimal): -8282331 or 2465665. OLE color: 2465665.

HSL color Cylindrical-coordinate representation of color #819F25: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #819F25 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB12915937-
CMYK0.1900.770.38
HSL74.75º62.24%38.43%-
HSV(B)74.75º76.73%62.35%-
XYZ21.7929.66.31-
YUV136.1272.06122.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=39.69%
G=48.92%
B=11.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129159370.1900.770.3874.7562.2438.43
Hex819F251304D264b3e26
Octal20123745230115461137646
Binary100000011001111110010110011010011011001101001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,37); }

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

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

 a { background-color: rgb(129,159,37); }

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

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

 span { border-color: rgb(129,159,37); }

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