Html Css Color HEX #749138 Sushi

📋 copy color: '#749138'

red 116 ◦ green 145 ◦ blue 56

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

Shades of Sushi #749138

Tints of Sushi #749138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 36.59%
G = 45.74%
B = 17.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#749138 (or 0x749138) is known color: Sushi. HEX triplet: 74, 91 and 38. RGB value is (116,145,56). Sum of RGB (Red+Green+Blue) = 116+145+56=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #749138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749138 is #8B6EC7. Grayscale: #7E7E7E. Windows color (decimal): -9137864 or 3707252. OLE color: 3707252.

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

Color convert

RGB 116 145 56 -
CMYK 0.2 0 0.61 0.43
HSL 79.55º 0.44% 0.39% -
HSV(B) 79.55º 0.61% 0.57% -
XYZ 18.04 24.25 7.47 -
YUV 126.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 116 145 56 0.2 0 0.61 0.43 79.55 0.44 0.39
Hex 74 91 38 14 0 3D 2B 50 2C 27
Octal 164 221 70 24 0 75 53 120 54 47
Binary 1110100 10010001 111000 10100 0 111101 101011 1010000 101100 100111

Color Harmonies of #749138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749138

Black with #749138

Text Example


Text Example

White with #749138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749138; }

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

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

background-color css

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

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

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

border-color css

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

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

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