Html Css Color HEX #749538 Sushi

📋 copy color: '#749538'

red 116 ◦ green 149 ◦ blue 56

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

Shades of Sushi #749538

Tints of Sushi #749538

RGB

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

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

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

R = 36.14%
G = 46.42%
B = 17.45%

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

#749538 (or 0x749538) is known color: Sushi. HEX triplet: 74, 95 and 38. RGB value is (116,149,56). Sum of RGB (Red+Green+Blue) = 116+149+56=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #749538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749538 is #8B6AC7. Grayscale: #808080. Windows color (decimal): -9136840 or 3708276. OLE color: 3708276.

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

Color convert

RGB 116 149 56 -
CMYK 0.22 0 0.62 0.42
HSL 81.29º 0.45% 0.4% -
HSV(B) 81.29º 0.62% 0.58% -
XYZ 18.66 25.49 7.68 -
YUV 128.53 87.07 119.06 -
System Red Green Blue C M Y K H S L
Decimal 116 149 56 0.22 0 0.62 0.42 81.29 0.45 0.4
Hex 74 95 38 16 0 3E 2A 51 2D 28
Octal 164 225 70 26 0 76 52 121 55 50
Binary 1110100 10010101 111000 10110 0 111110 101010 1010001 101101 101000

Color Harmonies of #749538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749538

Black with #749538

Text Example


Text Example

White with #749538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749538; }

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

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

background-color css

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

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

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

border-color css

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

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

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