Html Css Color HEX #728136 Wasabi

📋 copy color: '#728136'

red 114 ◦ green 129 ◦ blue 54

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

Shades of Wasabi #728136

Tints of Wasabi #728136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 38.38%
G = 43.43%
B = 18.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#728136 (or 0x728136) is known color: Wasabi. HEX triplet: 72, 81 and 36. RGB value is (114,129,54). Sum of RGB (Red+Green+Blue) = 114+129+54=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #728136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728136 is #8D7EC9. Grayscale: #747474. Windows color (decimal): -9273034 or 3572082. OLE color: 3572082.

HSL color Cylindrical-coordinate representation of color #728136: hue angle of 72º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #728136 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 129 54 -
CMYK 0.12 0 0.58 0.49
HSL 72º 0.41% 0.36% -
HSV(B) 72º 0.58% 0.51% -
XYZ 15.46 19.54 6.45 -
YUV 115.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 114 129 54 0.12 0 0.58 0.49 72 0.41 0.36
Hex 72 81 36 C 0 3A 31 48 29 24
Octal 162 201 66 14 0 72 61 110 51 44
Binary 1110010 10000001 110110 1100 0 111010 110001 1001000 101001 100100

Color Harmonies of #728136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728136

Black with #728136

Text Example


Text Example

White with #728136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728136; }

 p { color: rgb(114,129,54); }

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

background-color css

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

 a { background-color: rgb(114,129,54); }

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

border-color css

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

 span { border-color: rgb(114,129,54); }

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