Html Css Color HEX #749240 Sushi

📋 copy color: '#749240'

red 116 ◦ green 146 ◦ blue 64

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

Shades of Sushi #749240

Tints of Sushi #749240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 35.58%
G = 44.79%
B = 19.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#749240 (or 0x749240) is known color: Sushi. HEX triplet: 74, 92 and 40. RGB value is (116,146,64). Sum of RGB (Red+Green+Blue) = 116+146+64=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #749240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749240 is #8B6DBF. Grayscale: #7F7F7F. Windows color (decimal): -9137600 or 4231796. OLE color: 4231796.

HSL color Cylindrical-coordinate representation of color #749240: hue angle of 81.95º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #749240 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 64 -
CMYK 0.21 0 0.56 0.43
HSL 81.95º 0.39% 0.41% -
HSV(B) 81.95º 0.56% 0.57% -
XYZ 18.41 24.64 8.64 -
YUV 127.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 116 146 64 0.21 0 0.56 0.43 81.95 0.39 0.41
Hex 74 92 40 15 0 38 2B 52 27 29
Octal 164 222 100 25 0 70 53 122 47 51
Binary 1110100 10010010 1000000 10101 0 111000 101011 1010010 100111 101001

Color Harmonies of #749240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749240

Black with #749240

Text Example


Text Example

White with #749240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749240; }

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

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

background-color css

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

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

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

border-color css

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

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

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