Html Css Color HEX #749E36 Sushi

📋 copy color: '#749E36'

red 116 ◦ green 158 ◦ blue 54

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

Shades of Sushi #749E36

Tints of Sushi #749E36

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.17%

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

R = 35.37%
G = 48.17%
B = 16.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#749E36 (or 0x749E36) is known color: Sushi. HEX triplet: 74, 9E and 36. RGB value is (116,158,54). Sum of RGB (Red+Green+Blue) = 116+158+54=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #749E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E36 is #8B61C9. Grayscale: #858585. Windows color (decimal): -9134538 or 3579508. OLE color: 3579508.

HSL color Cylindrical-coordinate representation of color #749E36: hue angle of 84.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749E36 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 158 54 -
CMYK 0.27 0 0.66 0.38
HSL 84.23º 0.49% 0.42% -
HSV(B) 84.23º 0.66% 0.62% -
XYZ 20.1 28.43 7.92 -
YUV 133.59 83.09 115.46 -
System Red Green Blue C M Y K H S L
Decimal 116 158 54 0.27 0 0.66 0.38 84.23 0.49 0.42
Hex 74 9E 36 1B 0 42 26 54 31 2A
Octal 164 236 66 33 0 102 46 124 61 52
Binary 1110100 10011110 110110 11011 0 1000010 100110 1010100 110001 101010

Color Harmonies of #749E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E36

Black with #749E36

Text Example


Text Example

White with #749E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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