Html Css Color HEX #74A432 Sushi

📋 copy color: '#74A432'

red 116 ◦ green 164 ◦ blue 50

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

Shades of Sushi #74A432

Tints of Sushi #74A432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 35.15%
G = 49.7%
B = 15.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#74A432 (or 0x74A432) is known color: Sushi. HEX triplet: 74, A4 and 32. RGB value is (116,164,50). Sum of RGB (Red+Green+Blue) = 116+164+50=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #74A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A432 is #8B5BCD. Grayscale: #898989. Windows color (decimal): -9133006 or 3318900. OLE color: 3318900.

HSL color Cylindrical-coordinate representation of color #74A432: hue angle of 85.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74A432 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 164 50 -
CMYK 0.29 0 0.70 0.36
HSL 85.26º 0.53% 0.42% -
HSV(B) 85.26º 0.7% 0.64% -
XYZ 21.05 30.49 7.79 -
YUV 136.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 116 164 50 0.29 0 0.70 0.36 85.26 0.53 0.42
Hex 74 A4 32 1D 0 46 24 55 35 2A
Octal 164 244 62 35 0 106 44 125 65 52
Binary 1110100 10100100 110010 11101 0 1000110 100100 1010101 110101 101010

Color Harmonies of #74A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A432

Black with #74A432

Text Example


Text Example

White with #74A432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,164,50); }

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

background-color css

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

 a { background-color: rgb(116,164,50); }

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

border-color css

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

 span { border-color: rgb(116,164,50); }

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