Html Css Color HEX #749938 Sushi

📋 copy color: '#749938'

red 116 ◦ green 153 ◦ blue 56

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

Shades of Sushi #749938

Tints of Sushi #749938

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 35.69%
G = 47.08%
B = 17.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#749938 (or 0x749938) is known color: Sushi. HEX triplet: 74, 99 and 38. RGB value is (116,153,56). Sum of RGB (Red+Green+Blue) = 116+153+56=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #749938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749938 is #8B66C7. Grayscale: #838383. Windows color (decimal): -9135816 or 3709300. OLE color: 3709300.

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

Color convert

RGB 116 153 56 -
CMYK 0.24 0 0.63 0.4
HSL 82.89º 0.46% 0.41% -
HSV(B) 82.89º 0.63% 0.6% -
XYZ 19.31 26.78 7.89 -
YUV 130.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 116 153 56 0.24 0 0.63 0.4 82.89 0.46 0.41
Hex 74 99 38 18 0 3F 28 53 2E 29
Octal 164 231 70 30 0 77 50 123 56 51
Binary 1110100 10011001 111000 11000 0 111111 101000 1010011 101110 101001

Color Harmonies of #749938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749938

Black with #749938

Text Example


Text Example

White with #749938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749938; }

 p { color: rgb(116,153,56); }

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

background-color css

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

 a { background-color: rgb(116,153,56); }

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

border-color css

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

 span { border-color: rgb(116,153,56); }

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