Html Css Color HEX #74A430 Sushi

📋 copy color: '#74A430'

red 116 ◦ green 164 ◦ blue 48

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

Shades of Sushi #74A430

Tints of Sushi #74A430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 35.37%
G = 50%
B = 14.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#74A430 (or 0x74A430) is known color: Sushi. HEX triplet: 74, A4 and 30. RGB value is (116,164,48). Sum of RGB (Red+Green+Blue) = 116+164+48=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #74A430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A430 is #8B5BCF. Grayscale: #888888. Windows color (decimal): -9133008 or 3187828. OLE color: 3187828.

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

Color convert

RGB 116 164 48 -
CMYK 0.29 0 0.71 0.36
HSL 84.83º 0.55% 0.42% -
HSV(B) 84.83º 0.71% 0.64% -
XYZ 21.01 30.48 7.57 -
YUV 136.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 116 164 48 0.29 0 0.71 0.36 84.83 0.55 0.42
Hex 74 A4 30 1D 0 47 24 55 37 2A
Octal 164 244 60 35 0 107 44 125 67 52
Binary 1110100 10100100 110000 11101 0 1000111 100100 1010101 110111 101010

Color Harmonies of #74A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A430

Black with #74A430

Text Example


Text Example

White with #74A430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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