Html Css Color HEX #749836 Sushi

📋 copy color: '#749836'

red 116 ◦ green 152 ◦ blue 54

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

Shades of Sushi #749836

Tints of Sushi #749836

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 36.02%
G = 47.2%
B = 16.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#749836 (or 0x749836) is known color: Sushi. HEX triplet: 74, 98 and 36. RGB value is (116,152,54). Sum of RGB (Red+Green+Blue) = 116+152+54=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #749836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749836 is #8B67C9. Grayscale: #828282. Windows color (decimal): -9136074 or 3577972. OLE color: 3577972.

HSL color Cylindrical-coordinate representation of color #749836: hue angle of 82.04º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #749836 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 54 -
CMYK 0.24 0 0.64 0.40
HSL 82.04º 0.48% 0.4% -
HSV(B) 82.04º 0.64% 0.6% -
XYZ 19.1 26.44 7.59 -
YUV 130.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 116 152 54 0.24 0 0.64 0.40 82.04 0.48 0.4
Hex 74 98 36 18 0 40 28 52 30 28
Octal 164 230 66 30 0 100 50 122 60 50
Binary 1110100 10011000 110110 11000 0 1000000 101000 1010010 110000 101000

Color Harmonies of #749836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749836

Black with #749836

Text Example


Text Example

White with #749836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749836; }

 p { color: rgb(116,152,54); }

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

background-color css

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

 a { background-color: rgb(116,152,54); }

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

border-color css

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

 span { border-color: rgb(116,152,54); }

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