Html Css Color HEX #749338 Sushi

📋 copy color: '#749338'

red 116 ◦ green 147 ◦ blue 56

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

Shades of Sushi #749338

Tints of Sushi #749338

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 36.36%
G = 46.08%
B = 17.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#749338 (or 0x749338) is known color: Sushi. HEX triplet: 74, 93 and 38. RGB value is (116,147,56). Sum of RGB (Red+Green+Blue) = 116+147+56=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #749338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749338 is #8B6CC7. Grayscale: #7F7F7F. Windows color (decimal): -9137352 or 3707764. OLE color: 3707764.

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

Color convert

RGB 116 147 56 -
CMYK 0.21 0 0.62 0.42
HSL 80.44º 0.45% 0.4% -
HSV(B) 80.44º 0.62% 0.58% -
XYZ 18.35 24.87 7.57 -
YUV 127.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 116 147 56 0.21 0 0.62 0.42 80.44 0.45 0.4
Hex 74 93 38 15 0 3E 2A 50 2D 28
Octal 164 223 70 25 0 76 52 120 55 50
Binary 1110100 10010011 111000 10101 0 111110 101010 1010000 101101 101000

Color Harmonies of #749338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749338

Black with #749338

Text Example


Text Example

White with #749338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749338; }

 p { color: rgb(116,147,56); }

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

background-color css

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

 a { background-color: rgb(116,147,56); }

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

border-color css

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

 span { border-color: rgb(116,147,56); }

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