Html Css Color HEX #738E40 Sushi

📋 copy color: '#738E40'

red 115 ◦ green 142 ◦ blue 64

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

Shades of Sushi #738E40

Tints of Sushi #738E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 35.83%
G = 44.24%
B = 19.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#738E40 (or 0x738E40) is known color: Sushi. HEX triplet: 73, 8E and 40. RGB value is (115,142,64). Sum of RGB (Red+Green+Blue) = 115+142+64=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #738E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E40 is #8C71BF. Grayscale: #7D7D7D. Windows color (decimal): -9204160 or 4230771. OLE color: 4230771.

HSL color Cylindrical-coordinate representation of color #738E40: hue angle of 80.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738E40 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 142 64 -
CMYK 0.19 0 0.55 0.44
HSL 80.77º 0.38% 0.4% -
HSV(B) 80.77º 0.55% 0.56% -
XYZ 17.67 23.36 8.43 -
YUV 125.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 115 142 64 0.19 0 0.55 0.44 80.77 0.38 0.4
Hex 73 8E 40 13 0 37 2C 51 26 28
Octal 163 216 100 23 0 67 54 121 46 50
Binary 1110011 10001110 1000000 10011 0 110111 101100 1010001 100110 101000

Color Harmonies of #738E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E40

Black with #738E40

Text Example


Text Example

White with #738E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738E40; }

 p { color: rgb(115,142,64); }

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

background-color css

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

 a { background-color: rgb(115,142,64); }

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

border-color css

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

 span { border-color: rgb(115,142,64); }

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