Html Css Color HEX #739A32 Sushi

📋 copy color: '#739A32'

red 115 ◦ green 154 ◦ blue 50

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

Shades of Sushi #739A32

Tints of Sushi #739A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

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

R = 36.05%
G = 48.28%
B = 15.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#739A32 (or 0x739A32) is known color: Sushi. HEX triplet: 73, 9A and 32. RGB value is (115,154,50). Sum of RGB (Red+Green+Blue) = 115+154+50=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #739A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739A32 is #8C65CD. Grayscale: #828282. Windows color (decimal): -9201102 or 3316339. OLE color: 3316339.

HSL color Cylindrical-coordinate representation of color #739A32: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #739A32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 154 50 -
CMYK 0.25 0 0.68 0.40
HSL 82.5º 0.51% 0.4% -
HSV(B) 82.5º 0.68% 0.6% -
XYZ 19.2 26.99 7.21 -
YUV 130.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 115 154 50 0.25 0 0.68 0.40 82.5 0.51 0.4
Hex 73 9A 32 19 0 44 28 52 33 28
Octal 163 232 62 31 0 104 50 122 63 50
Binary 1110011 10011010 110010 11001 0 1000100 101000 1010010 110011 101000

Color Harmonies of #739A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A32

Black with #739A32

Text Example


Text Example

White with #739A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A32; }

 p { color: rgb(115,154,50); }

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

background-color css

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

 a { background-color: rgb(115,154,50); }

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

border-color css

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

 span { border-color: rgb(115,154,50); }

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