#749D23

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

Shades of Sushi #749D23

Tints of Sushi #749D23

Color information

#749D23 (or 0x749D23) is unknown color: approx Sushi. HEX triplet: 74, 9D and 23. RGB value is (116,157,35). Sum of RGB (Red+Green+Blue) = 116+157+35=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #749D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D23 is #8B62DC. Grayscale: #838383. Windows color (decimal): -9134813 or 2334068. OLE color: 2334068.

HSL color Cylindrical-coordinate representation of color #749D23: hue angle of 80.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #749D23 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB11615735-
CMYK0.2600.780.38
HSL80.16º63.54%37.65%-
HSV(B)80.16º77.71%61.57%-
XYZ19.5627.955.95-
YUV130.8373.92117.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 35 (14.06% from 255) = 11.36%
R=37.66%
G=50.97%
B=11.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157350.2600.780.3880.1663.5437.65
Hex749D231A04E26504026
Octal164235433201164612010046
Binary111010010011101100011110100100111010011010100001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749D23; }

 p { color: rgb(116,157,35); }

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

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

 a { background-color: rgb(116,157,35); }

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

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

 span { border-color: rgb(116,157,35); }

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