Html Css Color HEX #749432 Sushi

📋 copy color: '#749432'

red 116 ◦ green 148 ◦ blue 50

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

Shades of Sushi #749432

Tints of Sushi #749432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 36.94%
G = 47.13%
B = 15.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#749432 (or 0x749432) is known color: Sushi. HEX triplet: 74, 94 and 32. RGB value is (116,148,50). Sum of RGB (Red+Green+Blue) = 116+148+50=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #749432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749432 is #8B6BCD. Grayscale: #7F7F7F. Windows color (decimal): -9137102 or 3314804. OLE color: 3314804.

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

Color convert

RGB 116 148 50 -
CMYK 0.22 0 0.66 0.42
HSL 79.59º 0.49% 0.39% -
HSV(B) 79.59º 0.66% 0.58% -
XYZ 18.37 25.12 6.9 -
YUV 127.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 116 148 50 0.22 0 0.66 0.42 79.59 0.49 0.39
Hex 74 94 32 16 0 42 2A 50 31 27
Octal 164 224 62 26 0 102 52 120 61 47
Binary 1110100 10010100 110010 10110 0 1000010 101010 1010000 110001 100111

Color Harmonies of #749432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749432

Black with #749432

Text Example


Text Example

White with #749432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749432; }

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

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

background-color css

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

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

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

border-color css

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

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

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