Html Css Color HEX #749434 Sushi

📋 copy color: '#749434'

red 116 ◦ green 148 ◦ blue 52

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

Shades of Sushi #749434

Tints of Sushi #749434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 36.71%
G = 46.84%
B = 16.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#749434 (or 0x749434) is known color: Sushi. HEX triplet: 74, 94 and 34. RGB value is (116,148,52). Sum of RGB (Red+Green+Blue) = 116+148+52=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #749434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749434 is #8B6BCB. Grayscale: #7F7F7F. Windows color (decimal): -9137100 or 3445876. OLE color: 3445876.

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

Color convert

RGB 116 148 52 -
CMYK 0.22 0 0.65 0.42
HSL 80º 0.48% 0.39% -
HSV(B) 80º 0.65% 0.58% -
XYZ 18.41 25.14 7.13 -
YUV 127.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 116 148 52 0.22 0 0.65 0.42 80 0.48 0.39
Hex 74 94 34 16 0 41 2A 50 30 27
Octal 164 224 64 26 0 101 52 120 60 47
Binary 1110100 10010100 110100 10110 0 1000001 101010 1010000 110000 100111

Color Harmonies of #749434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749434

Black with #749434

Text Example


Text Example

White with #749434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749434; }

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

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

background-color css

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

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

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

border-color css

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

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

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