Html Css Color HEX #729138 Sushi

📋 copy color: '#729138'

red 114 ◦ green 145 ◦ blue 56

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

Shades of Sushi #729138

Tints of Sushi #729138

RGB

 RED value IS 114 (44.92% from 255) = 36.19%

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 36.19%
G = 46.03%
B = 17.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#729138 (or 0x729138) is known color: Sushi. HEX triplet: 72, 91 and 38. RGB value is (114,145,56). Sum of RGB (Red+Green+Blue) = 114+145+56=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #729138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729138 is #8D6EC7. Grayscale: #7D7D7D. Windows color (decimal): -9268936 or 3707250. OLE color: 3707250.

HSL color Cylindrical-coordinate representation of color #729138: hue angle of 80.9º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #729138 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 56 -
CMYK 0.21 0 0.61 0.43
HSL 80.9º 0.44% 0.39% -
HSV(B) 80.9º 0.61% 0.57% -
XYZ 17.78 24.11 7.46 -
YUV 125.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 114 145 56 0.21 0 0.61 0.43 80.9 0.44 0.39
Hex 72 91 38 15 0 3D 2B 51 2C 27
Octal 162 221 70 25 0 75 53 121 54 47
Binary 1110010 10010001 111000 10101 0 111101 101011 1010001 101100 100111

Color Harmonies of #729138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729138

Black with #729138

Text Example


Text Example

White with #729138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729138; }

 p { color: rgb(114,145,56); }

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

background-color css

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

 a { background-color: rgb(114,145,56); }

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

border-color css

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

 span { border-color: rgb(114,145,56); }

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