Html Css Color HEX #749D32 Sushi

📋 copy color: '#749D32'

red 116 ◦ green 157 ◦ blue 50

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

Shades of Sushi #749D32

Tints of Sushi #749D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.61%

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

R = 35.91%
G = 48.61%
B = 15.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#749D32 (or 0x749D32) is known color: Sushi. HEX triplet: 74, 9D and 32. RGB value is (116,157,50). Sum of RGB (Red+Green+Blue) = 116+157+50=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #749D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D32 is #8B62CD. Grayscale: #848484. Windows color (decimal): -9134798 or 3317108. OLE color: 3317108.

HSL color Cylindrical-coordinate representation of color #749D32: hue angle of 82.99º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749D32 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 50 -
CMYK 0.26 0 0.68 0.38
HSL 82.99º 0.52% 0.41% -
HSV(B) 82.99º 0.68% 0.62% -
XYZ 19.84 28.06 7.39 -
YUV 132.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 116 157 50 0.26 0 0.68 0.38 82.99 0.52 0.41
Hex 74 9D 32 1A 0 44 26 53 34 29
Octal 164 235 62 32 0 104 46 123 64 51
Binary 1110100 10011101 110010 11010 0 1000100 100110 1010011 110100 101001

Color Harmonies of #749D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D32

Black with #749D32

Text Example


Text Example

White with #749D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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