Html Css Color HEX #749B41 Sushi

📋 copy color: '#749B41'

red 116 ◦ green 155 ◦ blue 65

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

Shades of Sushi #749B41

Tints of Sushi #749B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

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

R = 34.52%
G = 46.13%
B = 19.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#749B41 (or 0x749B41) is known color: Sushi. HEX triplet: 74, 9B and 41. RGB value is (116,155,65). Sum of RGB (Red+Green+Blue) = 116+155+65=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #749B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B41 is #8B64BE. Grayscale: #858585. Windows color (decimal): -9135295 or 4299636. OLE color: 4299636.

HSL color Cylindrical-coordinate representation of color #749B41: hue angle of 86º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #749B41 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 65 -
CMYK 0.25 0 0.58 0.39
HSL 86º 0.41% 0.43% -
HSV(B) 86º 0.58% 0.61% -
XYZ 19.88 27.54 9.27 -
YUV 133.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 116 155 65 0.25 0 0.58 0.39 86 0.41 0.43
Hex 74 9B 41 19 0 3A 27 56 29 2B
Octal 164 233 101 31 0 72 47 126 51 53
Binary 1110100 10011011 1000001 11001 0 111010 100111 1010110 101001 101011

Color Harmonies of #749B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B41

Black with #749B41

Text Example


Text Example

White with #749B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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