Html Css Color HEX #74AA35 Sushi

📋 copy color: '#74AA35'

red 116 ◦ green 170 ◦ blue 53

#74AA35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #74AA35

Tints of Sushi #74AA35

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

 GREEN value IS 170 (66.8% from 255) = 50.15%

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 34.22%
G = 50.15%
B = 15.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#74AA35 (or 0x74AA35) is known color: Sushi. HEX triplet: 74, AA and 35. RGB value is (116,170,53). Sum of RGB (Red+Green+Blue) = 116+170+53=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA35 is #8B55CA. Grayscale: #8C8C8C. Windows color (decimal): -9131467 or 3517044. OLE color: 3517044.

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

Color convert

RGB 116 170 53 -
CMYK 0.32 0 0.69 0.33
HSL 87.69º 0.52% 0.44% -
HSV(B) 87.69º 0.69% 0.67% -
XYZ 22.22 32.72 8.51 -
YUV 140.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 116 170 53 0.32 0 0.69 0.33 87.69 0.52 0.44
Hex 74 AA 35 20 0 45 21 58 34 2C
Octal 164 252 65 40 0 105 41 130 64 54
Binary 1110100 10101010 110101 100000 0 1000101 100001 1011000 110100 101100

Color Harmonies of #74AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA35

Black with #74AA35

Text Example


Text Example

White with #74AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74AA35;
 }
 .AnyTagClassName
 {
   color: #74AA35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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