Html Css Color HEX #739434 Sushi

📋 copy color: '#739434'

red 115 ◦ green 148 ◦ blue 52

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

Shades of Sushi #739434

Tints of Sushi #739434

RGB

 RED value IS 115 (45.31% from 255) = 36.51%

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

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

R = 36.51%
G = 46.98%
B = 16.51%

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

#739434 (or 0x739434) is known color: Sushi. HEX triplet: 73, 94 and 34. RGB value is (115,148,52). Sum of RGB (Red+Green+Blue) = 115+148+52=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #739434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739434 is #8C6BCB. Grayscale: #7F7F7F. Windows color (decimal): -9202636 or 3445875. OLE color: 3445875.

HSL color Cylindrical-coordinate representation of color #739434: hue angle of 80.62º 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 #739434 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 52 -
CMYK 0.22 0 0.65 0.42
HSL 80.63º 0.48% 0.39% -
HSV(B) 80.63º 0.65% 0.58% -
XYZ 18.28 25.07 7.12 -
YUV 127.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 115 148 52 0.22 0 0.65 0.42 80.63 0.48 0.39
Hex 73 94 34 16 0 41 2A 51 30 27
Octal 163 224 64 26 0 101 52 121 60 47
Binary 1110011 10010100 110100 10110 0 1000001 101010 1010001 110000 100111

Color Harmonies of #739434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739434

Black with #739434

Text Example


Text Example

White with #739434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739434; }

 p { color: rgb(115,148,52); }

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

background-color css

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

 a { background-color: rgb(115,148,52); }

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

border-color css

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

 span { border-color: rgb(115,148,52); }

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