Html Css Color HEX #749A28 Sushi

📋 copy color: '#749A28'

red 116 ◦ green 154 ◦ blue 40

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

Shades of Sushi #749A28

Tints of Sushi #749A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.68%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 37.42%
G = 49.68%
B = 12.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#749A28 (or 0x749A28) is known color: Sushi. HEX triplet: 74, 9A and 28. RGB value is (116,154,40). Sum of RGB (Red+Green+Blue) = 116+154+40=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #749A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A28 is #8B65D7. Grayscale: #828282. Windows color (decimal): -9135576 or 2660980. OLE color: 2660980.

HSL color Cylindrical-coordinate representation of color #749A28: hue angle of 80º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749A28 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 40 -
CMYK 0.25 0 0.74 0.40
HSL 80º 0.59% 0.38% -
HSV(B) 80º 0.74% 0.6% -
XYZ 19.14 26.98 6.21 -
YUV 129.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 116 154 40 0.25 0 0.74 0.40 80 0.59 0.38
Hex 74 9A 28 19 0 4A 28 50 3B 26
Octal 164 232 50 31 0 112 50 120 73 46
Binary 1110100 10011010 101000 11001 0 1001010 101000 1010000 111011 100110

Color Harmonies of #749A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A28

Black with #749A28

Text Example


Text Example

White with #749A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,154,40); }

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

background-color css

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

 a { background-color: rgb(116,154,40); }

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

border-color css

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

 span { border-color: rgb(116,154,40); }

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