Html Css Color HEX #749541 Sushi

📋 copy color: '#749541'

red 116 ◦ green 149 ◦ blue 65

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

Shades of Sushi #749541

Tints of Sushi #749541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 35.15%
G = 45.15%
B = 19.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#749541 (or 0x749541) is known color: Sushi. HEX triplet: 74, 95 and 41. RGB value is (116,149,65). Sum of RGB (Red+Green+Blue) = 116+149+65=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #749541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749541 is #8B6ABE. Grayscale: #818181. Windows color (decimal): -9136831 or 4298100. OLE color: 4298100.

HSL color Cylindrical-coordinate representation of color #749541: hue angle of 83.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #749541 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 65 -
CMYK 0.22 0 0.56 0.42
HSL 83.57º 0.39% 0.42% -
HSV(B) 83.57º 0.56% 0.58% -
XYZ 18.9 25.59 8.94 -
YUV 129.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 116 149 65 0.22 0 0.56 0.42 83.57 0.39 0.42
Hex 74 95 41 16 0 38 2A 54 27 2A
Octal 164 225 101 26 0 70 52 124 47 52
Binary 1110100 10010101 1000001 10110 0 111000 101010 1010100 100111 101010

Color Harmonies of #749541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749541

Black with #749541

Text Example


Text Example

White with #749541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749541; }

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

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

background-color css

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

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

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

border-color css

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

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

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