Html Css Color HEX #749440 Sushi

📋 copy color: '#749440'

red 116 ◦ green 148 ◦ blue 64

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

Shades of Sushi #749440

Tints of Sushi #749440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 35.37%
G = 45.12%
B = 19.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#749440 (or 0x749440) is known color: Sushi. HEX triplet: 74, 94 and 40. RGB value is (116,148,64). Sum of RGB (Red+Green+Blue) = 116+148+64=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #749440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749440 is #8B6BBF. Grayscale: #818181. Windows color (decimal): -9137088 or 4232308. OLE color: 4232308.

HSL color Cylindrical-coordinate representation of color #749440: hue angle of 82.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #749440 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 64 -
CMYK 0.22 0 0.57 0.42
HSL 82.86º 0.4% 0.42% -
HSV(B) 82.86º 0.57% 0.58% -
XYZ 18.72 25.26 8.74 -
YUV 128.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 116 148 64 0.22 0 0.57 0.42 82.86 0.4 0.42
Hex 74 94 40 16 0 39 2A 53 28 2A
Octal 164 224 100 26 0 71 52 123 50 52
Binary 1110100 10010100 1000000 10110 0 111001 101010 1010011 101000 101010

Color Harmonies of #749440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749440

Black with #749440

Text Example


Text Example

White with #749440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749440; }

 p { color: rgb(116,148,64); }

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

background-color css

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

 a { background-color: rgb(116,148,64); }

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

border-color css

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

 span { border-color: rgb(116,148,64); }

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