#81B038

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

Shades of Sushi #81B038

Tints of Sushi #81B038

Color information

#81B038 (or 0x81B038) is unknown color: approx Sushi. HEX triplet: 81, B0 and 38. RGB value is (129,176,56). Sum of RGB (Red+Green+Blue) = 129+176+56=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #81B038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B038 is #7E4FC7. Grayscale: #949494. Windows color (decimal): -8277960 or 3715201. OLE color: 3715201.

HSL color Cylindrical-coordinate representation of color #81B038: hue angle of 83.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81B038 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB12917656-
CMYK0.2700.680.31
HSL83.5º51.72%45.49%-
HSV(B)83.5º68.18%69.02%-
XYZ25.29369.36-
YUV148.2775.93114.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 176 (69.14% from 255) = 48.75%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=35.73%
G=48.75%
B=15.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129176560.2700.680.3183.551.7245.49
Hex81B0381B0441F54342d
Octal20126070330104371246455
Binary10000001101100001110001101101000100111111010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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