Html Css Color HEX #749931 Sushi

📋 copy color: '#749931'

red 116 ◦ green 153 ◦ blue 49

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

Shades of Sushi #749931

Tints of Sushi #749931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 36.48%
G = 48.11%
B = 15.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#749931 (or 0x749931) is known color: Sushi. HEX triplet: 74, 99 and 31. RGB value is (116,153,49). Sum of RGB (Red+Green+Blue) = 116+153+49=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #749931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749931 is #8B66CE. Grayscale: #828282. Windows color (decimal): -9135823 or 3250548. OLE color: 3250548.

HSL color Cylindrical-coordinate representation of color #749931: hue angle of 81.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749931 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 49 -
CMYK 0.24 0 0.68 0.4
HSL 81.35º 0.51% 0.4% -
HSV(B) 81.35º 0.68% 0.6% -
XYZ 19.15 26.72 7.05 -
YUV 130.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 116 153 49 0.24 0 0.68 0.4 81.35 0.51 0.4
Hex 74 99 31 18 0 44 28 51 33 28
Octal 164 231 61 30 0 104 50 121 63 50
Binary 1110100 10011001 110001 11000 0 1000100 101000 1010001 110011 101000

Color Harmonies of #749931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749931

Black with #749931

Text Example


Text Example

White with #749931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749931; }

 p { color: rgb(116,153,49); }

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

background-color css

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

 a { background-color: rgb(116,153,49); }

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

border-color css

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

 span { border-color: rgb(116,153,49); }

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