Html Css Color HEX #749532 Sushi

📋 copy color: '#749532'

red 116 ◦ green 149 ◦ blue 50

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

Shades of Sushi #749532

Tints of Sushi #749532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 36.83%
G = 47.3%
B = 15.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#749532 (or 0x749532) is known color: Sushi. HEX triplet: 74, 95 and 32. RGB value is (116,149,50). Sum of RGB (Red+Green+Blue) = 116+149+50=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #749532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749532 is #8B6ACD. Grayscale: #808080. Windows color (decimal): -9136846 or 3315060. OLE color: 3315060.

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

Color convert

RGB 116 149 50 -
CMYK 0.22 0 0.66 0.42
HSL 80º 0.5% 0.39% -
HSV(B) 80º 0.66% 0.58% -
XYZ 18.53 25.44 6.95 -
YUV 127.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 116 149 50 0.22 0 0.66 0.42 80 0.5 0.39
Hex 74 95 32 16 0 42 2A 50 32 27
Octal 164 225 62 26 0 102 52 120 62 47
Binary 1110100 10010101 110010 10110 0 1000010 101010 1010000 110010 100111

Color Harmonies of #749532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749532

Black with #749532

Text Example


Text Example

White with #749532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749532; }

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

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

background-color css

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

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

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

border-color css

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

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

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