Html Css Color HEX #749534 Sushi

📋 copy color: '#749534'

red 116 ◦ green 149 ◦ blue 52

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

Shades of Sushi #749534

Tints of Sushi #749534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 36.59%
G = 47%
B = 16.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#749534 (or 0x749534) is known color: Sushi. HEX triplet: 74, 95 and 34. RGB value is (116,149,52). Sum of RGB (Red+Green+Blue) = 116+149+52=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #749534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749534 is #8B6ACB. Grayscale: #808080. Windows color (decimal): -9136844 or 3446132. OLE color: 3446132.

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

Color convert

RGB 116 149 52 -
CMYK 0.22 0 0.65 0.42
HSL 80.41º 0.48% 0.39% -
HSV(B) 80.41º 0.65% 0.58% -
XYZ 18.57 25.46 7.18 -
YUV 128.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 116 149 52 0.22 0 0.65 0.42 80.41 0.48 0.39
Hex 74 95 34 16 0 41 2A 50 30 27
Octal 164 225 64 26 0 101 52 120 60 47
Binary 1110100 10010101 110100 10110 0 1000001 101010 1010000 110000 100111

Color Harmonies of #749534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749534

Black with #749534

Text Example


Text Example

White with #749534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749534; }

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

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

background-color css

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

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

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

border-color css

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

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

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