Html Css Color HEX #749436 Sushi

📋 copy color: '#749436'

red 116 ◦ green 148 ◦ blue 54

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

Shades of Sushi #749436

Tints of Sushi #749436

RGB

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

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

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

R = 36.48%
G = 46.54%
B = 16.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#749436 (or 0x749436) is known color: Sushi. HEX triplet: 74, 94 and 36. RGB value is (116,148,54). Sum of RGB (Red+Green+Blue) = 116+148+54=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #749436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749436 is #8B6BC9. Grayscale: #808080. Windows color (decimal): -9137098 or 3576948. OLE color: 3576948.

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

Color convert

RGB 116 148 54 -
CMYK 0.22 0 0.64 0.42
HSL 80.43º 0.47% 0.4% -
HSV(B) 80.43º 0.64% 0.58% -
XYZ 18.46 25.16 7.37 -
YUV 127.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 116 148 54 0.22 0 0.64 0.42 80.43 0.47 0.4
Hex 74 94 36 16 0 40 2A 50 2F 28
Octal 164 224 66 26 0 100 52 120 57 50
Binary 1110100 10010100 110110 10110 0 1000000 101010 1010000 101111 101000

Color Harmonies of #749436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749436

Black with #749436

Text Example


Text Example

White with #749436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749436; }

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

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

background-color css

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

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

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

border-color css

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

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

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