Html Css Color HEX #749537 Sushi

📋 copy color: '#749537'

red 116 ◦ green 149 ◦ blue 55

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

Shades of Sushi #749537

Tints of Sushi #749537

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.56%

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

R = 36.25%
G = 46.56%
B = 17.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#749537 (or 0x749537) is known color: Sushi. HEX triplet: 74, 95 and 37. RGB value is (116,149,55). Sum of RGB (Red+Green+Blue) = 116+149+55=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #749537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749537 is #8B6AC8. Grayscale: #808080. Windows color (decimal): -9136841 or 3642740. OLE color: 3642740.

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

Color convert

RGB 116 149 55 -
CMYK 0.22 0 0.63 0.42
HSL 81.06º 0.46% 0.4% -
HSV(B) 81.06º 0.63% 0.58% -
XYZ 18.64 25.48 7.55 -
YUV 128.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 116 149 55 0.22 0 0.63 0.42 81.06 0.46 0.4
Hex 74 95 37 16 0 3F 2A 51 2E 28
Octal 164 225 67 26 0 77 52 121 56 50
Binary 1110100 10010101 110111 10110 0 111111 101010 1010001 101110 101000

Color Harmonies of #749537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749537

Black with #749537

Text Example


Text Example

White with #749537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749537; }

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

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

background-color css

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

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

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

border-color css

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

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

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