Html Css Color HEX #749336 Sushi

📋 copy color: '#749336'

red 116 ◦ green 147 ◦ blue 54

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

Shades of Sushi #749336

Tints of Sushi #749336

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.37%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 36.59%
G = 46.37%
B = 17.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#749336 (or 0x749336) is known color: Sushi. HEX triplet: 74, 93 and 36. RGB value is (116,147,54). Sum of RGB (Red+Green+Blue) = 116+147+54=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #749336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749336 is #8B6CC9. Grayscale: #7F7F7F. Windows color (decimal): -9137354 or 3576692. OLE color: 3576692.

HSL color Cylindrical-coordinate representation of color #749336: hue angle of 80º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #749336 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 54 -
CMYK 0.21 0 0.63 0.42
HSL 80º 0.46% 0.39% -
HSV(B) 80º 0.63% 0.58% -
XYZ 18.3 24.85 7.32 -
YUV 127.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 116 147 54 0.21 0 0.63 0.42 80 0.46 0.39
Hex 74 93 36 15 0 3F 2A 50 2E 27
Octal 164 223 66 25 0 77 52 120 56 47
Binary 1110100 10010011 110110 10101 0 111111 101010 1010000 101110 100111

Color Harmonies of #749336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749336

Black with #749336

Text Example


Text Example

White with #749336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749336; }

 p { color: rgb(116,147,54); }

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

background-color css

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

 a { background-color: rgb(116,147,54); }

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

border-color css

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

 span { border-color: rgb(116,147,54); }

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