Html Css Color HEX #749734 Sushi

📋 copy color: '#749734'

red 116 ◦ green 151 ◦ blue 52

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

Shades of Sushi #749734

Tints of Sushi #749734

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.34%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 36.36%
G = 47.34%
B = 16.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#749734 (or 0x749734) is known color: Sushi. HEX triplet: 74, 97 and 34. RGB value is (116,151,52). Sum of RGB (Red+Green+Blue) = 116+151+52=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #749734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749734 is #8B68CB. Grayscale: #818181. Windows color (decimal): -9136332 or 3446644. OLE color: 3446644.

HSL color Cylindrical-coordinate representation of color #749734: hue angle of 81.21º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749734 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 52 -
CMYK 0.23 0 0.66 0.41
HSL 81.21º 0.49% 0.4% -
HSV(B) 81.21º 0.66% 0.59% -
XYZ 18.89 26.09 7.29 -
YUV 129.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 116 151 52 0.23 0 0.66 0.41 81.21 0.49 0.4
Hex 74 97 34 17 0 42 29 51 31 28
Octal 164 227 64 27 0 102 51 121 61 50
Binary 1110100 10010111 110100 10111 0 1000010 101001 1010001 110001 101000

Color Harmonies of #749734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749734

Black with #749734

Text Example


Text Example

White with #749734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749734; }

 p { color: rgb(116,151,52); }

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

background-color css

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

 a { background-color: rgb(116,151,52); }

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

border-color css

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

 span { border-color: rgb(116,151,52); }

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