#81A338

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

Shades of Sushi #81A338

Tints of Sushi #81A338

Color information

#81A338 (or 0x81A338) is unknown color: approx Sushi. HEX triplet: 81, A3 and 38. RGB value is (129,163,56). Sum of RGB (Red+Green+Blue) = 129+163+56=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #81A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A338 is #7E5CC7. Grayscale: #8D8D8D. Windows color (decimal): -8281288 or 3711873. OLE color: 3711873.

HSL color Cylindrical-coordinate representation of color #81A338: hue angle of 79.07º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81A338 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB12916356-
CMYK0.2100.660.36
HSL79.07º48.86%42.94%-
HSV(B)79.07º65.64%63.92%-
XYZ22.8631.158.55-
YUV140.6480.24119.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=37.07%
G=46.84%
B=16.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129163560.2100.660.3679.0748.8642.94
Hex81A33815042244f312b
Octal20124370250102441176153
Binary100000011010001111100010101010000101001001001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A338; }

 p { color: rgb(129,163,56); }

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

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

 a { background-color: rgb(129,163,56); }

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

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

 span { border-color: rgb(129,163,56); }

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