Html Css Color HEX #749037 Sushi

📋 copy color: '#749037'

red 116 ◦ green 144 ◦ blue 55

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

Shades of Sushi #749037

Tints of Sushi #749037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 36.83%
G = 45.71%
B = 17.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#749037 (or 0x749037) is known color: Sushi. HEX triplet: 74, 90 and 37. RGB value is (116,144,55). Sum of RGB (Red+Green+Blue) = 116+144+55=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #749037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749037 is #8B6FC8. Grayscale: #7D7D7D. Windows color (decimal): -9138121 or 3641460. OLE color: 3641460.

HSL color Cylindrical-coordinate representation of color #749037: hue angle of 78.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #749037 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 55 -
CMYK 0.19 0 0.62 0.44
HSL 78.88º 0.45% 0.39% -
HSV(B) 78.88º 0.62% 0.56% -
XYZ 17.87 23.94 7.29 -
YUV 125.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 116 144 55 0.19 0 0.62 0.44 78.88 0.45 0.39
Hex 74 90 37 13 0 3E 2C 4F 2D 27
Octal 164 220 67 23 0 76 54 117 55 47
Binary 1110100 10010000 110111 10011 0 111110 101100 1001111 101101 100111

Color Harmonies of #749037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749037

Black with #749037

Text Example


Text Example

White with #749037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749037; }

 p { color: rgb(116,144,55); }

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

background-color css

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

 a { background-color: rgb(116,144,55); }

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

border-color css

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

 span { border-color: rgb(116,144,55); }

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