Html Css Color HEX #749430 Sushi

📋 copy color: '#749430'

red 116 ◦ green 148 ◦ blue 48

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

Shades of Sushi #749430

Tints of Sushi #749430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

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

R = 37.18%
G = 47.44%
B = 15.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#749430 (or 0x749430) is known color: Sushi. HEX triplet: 74, 94 and 30. RGB value is (116,148,48). Sum of RGB (Red+Green+Blue) = 116+148+48=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #749430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749430 is #8B6BCF. Grayscale: #7F7F7F. Windows color (decimal): -9137104 or 3183732. OLE color: 3183732.

HSL color Cylindrical-coordinate representation of color #749430: hue angle of 79.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749430 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 48 -
CMYK 0.22 0 0.68 0.42
HSL 79.2º 0.51% 0.38% -
HSV(B) 79.2º 0.68% 0.58% -
XYZ 18.33 25.11 6.68 -
YUV 127.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 116 148 48 0.22 0 0.68 0.42 79.2 0.51 0.38
Hex 74 94 30 16 0 44 2A 4F 33 26
Octal 164 224 60 26 0 104 52 117 63 46
Binary 1110100 10010100 110000 10110 0 1000100 101010 1001111 110011 100110

Color Harmonies of #749430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749430

Black with #749430

Text Example


Text Example

White with #749430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749430; }

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

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

background-color css

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

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

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

border-color css

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

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

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