Html Css Color HEX #749130 Sushi

📋 copy color: '#749130'

red 116 ◦ green 145 ◦ blue 48

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

Shades of Sushi #749130

Tints of Sushi #749130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 37.54%
G = 46.93%
B = 15.53%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#749130 (or 0x749130) is known color: Sushi. HEX triplet: 74, 91 and 30. RGB value is (116,145,48). Sum of RGB (Red+Green+Blue) = 116+145+48=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #749130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749130 is #8B6ECF. Grayscale: #7D7D7D. Windows color (decimal): -9137872 or 3182964. OLE color: 3182964.

HSL color Cylindrical-coordinate representation of color #749130: hue angle of 77.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749130 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 48 -
CMYK 0.2 0 0.67 0.43
HSL 77.94º 0.5% 0.38% -
HSV(B) 77.94º 0.67% 0.57% -
XYZ 17.86 24.18 6.52 -
YUV 125.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 116 145 48 0.2 0 0.67 0.43 77.94 0.5 0.38
Hex 74 91 30 14 0 43 2B 4E 32 26
Octal 164 221 60 24 0 103 53 116 62 46
Binary 1110100 10010001 110000 10100 0 1000011 101011 1001110 110010 100110

Color Harmonies of #749130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749130

Black with #749130

Text Example


Text Example

White with #749130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749130; }

 p { color: rgb(116,145,48); }

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

background-color css

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

 a { background-color: rgb(116,145,48); }

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

border-color css

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

 span { border-color: rgb(116,145,48); }

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