#71943A

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

Shades of Sushi #71943A

Tints of Sushi #71943A

Color information

#71943A (or 0x71943A) is unknown color: approx Sushi. HEX triplet: 71, 94 and 3A. RGB value is (113,148,58). Sum of RGB (Red+Green+Blue) = 113+148+58=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #71943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71943A is #8E6BC5. Grayscale: #7F7F7F. Windows color (decimal): -9333702 or 3839089. OLE color: 3839089.

HSL color Cylindrical-coordinate representation of color #71943A: hue angle of 83.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71943A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB11314858-
CMYK0.2400.610.42
HSL83.33º43.69%40.39%-
HSV(B)83.33º60.81%58.04%-
XYZ18.16257.87-
YUV127.2788.9117.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=35.42%
G=46.39%
B=18.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148580.2400.610.4283.3343.6940.39
Hex71943A1803D2A532c28
Octal1612247230075521235450
Binary1110001100101001110101100001111011010101010011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71943A; }

 p { color: rgb(113,148,58); }

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

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

 a { background-color: rgb(113,148,58); }

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

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

 span { border-color: rgb(113,148,58); }

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