Html Css Color HEX #749134 Sushi

📋 copy color: '#749134'

red 116 ◦ green 145 ◦ blue 52

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

Shades of Sushi #749134

Tints of Sushi #749134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 37.06%
G = 46.33%
B = 16.61%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#749134 (or 0x749134) is known color: Sushi. HEX triplet: 74, 91 and 34. RGB value is (116,145,52). Sum of RGB (Red+Green+Blue) = 116+145+52=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #749134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749134 is #8B6ECB. Grayscale: #7E7E7E. Windows color (decimal): -9137868 or 3445108. OLE color: 3445108.

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

Color convert

RGB 116 145 52 -
CMYK 0.2 0 0.64 0.43
HSL 78.71º 0.47% 0.39% -
HSV(B) 78.71º 0.64% 0.57% -
XYZ 17.95 24.21 6.98 -
YUV 125.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 116 145 52 0.2 0 0.64 0.43 78.71 0.47 0.39
Hex 74 91 34 14 0 40 2B 4F 2F 27
Octal 164 221 64 24 0 100 53 117 57 47
Binary 1110100 10010001 110100 10100 0 1000000 101011 1001111 101111 100111

Color Harmonies of #749134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749134

Black with #749134

Text Example


Text Example

White with #749134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749134; }

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

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

background-color css

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

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

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

border-color css

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

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

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