Html Css Color HEX #749139 Sushi

📋 copy color: '#749139'

red 116 ◦ green 145 ◦ blue 57

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

Shades of Sushi #749139

Tints of Sushi #749139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 36.48%
G = 45.6%
B = 17.92%

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

#749139 (or 0x749139) is known color: Sushi. HEX triplet: 74, 91 and 39. RGB value is (116,145,57). Sum of RGB (Red+Green+Blue) = 116+145+57=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #749139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749139 is #8B6EC6. Grayscale: #7E7E7E. Windows color (decimal): -9137863 or 3772788. OLE color: 3772788.

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

Color convert

RGB 116 145 57 -
CMYK 0.2 0 0.61 0.43
HSL 79.77º 0.44% 0.4% -
HSV(B) 79.77º 0.61% 0.57% -
XYZ 18.07 24.26 7.6 -
YUV 126.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 116 145 57 0.2 0 0.61 0.43 79.77 0.44 0.4
Hex 74 91 39 14 0 3D 2B 50 2C 28
Octal 164 221 71 24 0 75 53 120 54 50
Binary 1110100 10010001 111001 10100 0 111101 101011 1010000 101100 101000

Color Harmonies of #749139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749139

Black with #749139

Text Example


Text Example

White with #749139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749139; }

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

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

background-color css

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

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

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

border-color css

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

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

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