#74AB34

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

Shades of Sushi #74AB34

Tints of Sushi #74AB34

Color information

#74AB34 (or 0x74AB34) is unknown color: approx Sushi. HEX triplet: 74, AB and 34. RGB value is (116,171,52). Sum of RGB (Red+Green+Blue) = 116+171+52=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB34 is #8B54CB. Grayscale: #8D8D8D. Windows color (decimal): -9131212 or 3451764. OLE color: 3451764.

HSL color Cylindrical-coordinate representation of color #74AB34: hue angle of 87.73º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74AB34 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB11617152-
CMYK0.3200.700.33
HSL87.73º53.36%43.73%-
HSV(B)87.73º69.59%67.06%-
XYZ22.3933.098.46-
YUV140.9977.78110.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=34.22%
G=50.44%
B=15.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116171520.3200.700.3387.7353.3643.73
Hex74AB34200462158352c
Octal16425364400106411306554
Binary111010010101011110100100000010001101000011011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AB34; }

 p { color: rgb(116,171,52); }

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

<style>
 a { background-color: #74AB34; }

 a { background-color: rgb(116,171,52); }

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

<style>
 span { border-color: #74AB34; }

 span { border-color: rgb(116,171,52); }

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