#74AD35

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

Shades of Sushi #74AD35

Tints of Sushi #74AD35

Color information

#74AD35 (or 0x74AD35) is unknown color: approx Sushi. HEX triplet: 74, AD and 35. RGB value is (116,173,53). Sum of RGB (Red+Green+Blue) = 116+173+53=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD35 is #8B52CA. Grayscale: #8E8E8E. Windows color (decimal): -9130699 or 3517812. OLE color: 3517812.

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

Color convert

RGB11617353-
CMYK0.3300.690.32
HSL88.5º53.1%44.31%-
HSV(B)88.5º69.36%67.84%-
XYZ22.7933.868.7-
YUV142.2877.62109.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=33.92%
G=50.58%
B=15.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116173530.3300.690.3288.553.144.31
Hex74AD35210452058352c
Octal16425565410105401306554
Binary111010010101101110101100001010001011000001011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,173,53); }

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

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

 a { background-color: rgb(116,173,53); }

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

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

 span { border-color: rgb(116,173,53); }

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