Html Css Color HEX #749438 Sushi

📋 copy color: '#749438'

red 116 ◦ green 148 ◦ blue 56

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

Shades of Sushi #749438

Tints of Sushi #749438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

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

R = 36.25%
G = 46.25%
B = 17.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#749438 (or 0x749438) is known color: Sushi. HEX triplet: 74, 94 and 38. RGB value is (116,148,56). Sum of RGB (Red+Green+Blue) = 116+148+56=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #749438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749438 is #8B6BC7. Grayscale: #808080. Windows color (decimal): -9137096 or 3708020. OLE color: 3708020.

HSL color Cylindrical-coordinate representation of color #749438: hue angle of 80.87º 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 #749438 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 56 -
CMYK 0.22 0 0.62 0.42
HSL 80.87º 0.45% 0.4% -
HSV(B) 80.87º 0.62% 0.58% -
XYZ 18.51 25.18 7.63 -
YUV 127.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 116 148 56 0.22 0 0.62 0.42 80.87 0.45 0.4
Hex 74 94 38 16 0 3E 2A 51 2D 28
Octal 164 224 70 26 0 76 52 121 55 50
Binary 1110100 10010100 111000 10110 0 111110 101010 1010001 101101 101000

Color Harmonies of #749438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749438

Black with #749438

Text Example


Text Example

White with #749438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749438; }

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

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

background-color css

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

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

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

border-color css

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

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

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