Html Css Color HEX #749232 Sushi

📋 copy color: '#749232'

red 116 ◦ green 146 ◦ blue 50

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

Shades of Sushi #749232

Tints of Sushi #749232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

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

R = 37.18%
G = 46.79%
B = 16.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#749232 (or 0x749232) is known color: Sushi. HEX triplet: 74, 92 and 32. RGB value is (116,146,50). Sum of RGB (Red+Green+Blue) = 116+146+50=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #749232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749232 is #8B6DCD. Grayscale: #7E7E7E. Windows color (decimal): -9137614 or 3314292. OLE color: 3314292.

HSL color Cylindrical-coordinate representation of color #749232: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749232 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 50 -
CMYK 0.21 0 0.66 0.43
HSL 78.75º 0.49% 0.38% -
HSV(B) 78.75º 0.66% 0.57% -
XYZ 18.06 24.5 6.8 -
YUV 126.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 116 146 50 0.21 0 0.66 0.43 78.75 0.49 0.38
Hex 74 92 32 15 0 42 2B 4F 31 26
Octal 164 222 62 25 0 102 53 117 61 46
Binary 1110100 10010010 110010 10101 0 1000010 101011 1001111 110001 100110

Color Harmonies of #749232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749232

Black with #749232

Text Example


Text Example

White with #749232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749232; }

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

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

background-color css

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

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

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

border-color css

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

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

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