Html Css Color HEX #728235 Wasabi

📋 copy color: '#728235'

red 114 ◦ green 130 ◦ blue 53

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

Shades of Wasabi #728235

Tints of Wasabi #728235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 38.38%
G = 43.77%
B = 17.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#728235 (or 0x728235) is known color: Wasabi. HEX triplet: 72, 82 and 35. RGB value is (114,130,53). Sum of RGB (Red+Green+Blue) = 114+130+53=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #728235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728235 is #8D7DCA. Grayscale: #747474. Windows color (decimal): -9272779 or 3506802. OLE color: 3506802.

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

Color convert

RGB 114 130 53 -
CMYK 0.12 0 0.59 0.49
HSL 72.47º 0.42% 0.36% -
HSV(B) 72.47º 0.59% 0.51% -
XYZ 15.56 19.8 6.37 -
YUV 116.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 114 130 53 0.12 0 0.59 0.49 72.47 0.42 0.36
Hex 72 82 35 C 0 3B 31 48 2A 24
Octal 162 202 65 14 0 73 61 110 52 44
Binary 1110010 10000010 110101 1100 0 111011 110001 1001000 101010 100100

Color Harmonies of #728235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728235

Black with #728235

Text Example


Text Example

White with #728235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728235; }

 p { color: rgb(114,130,53); }

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

background-color css

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

 a { background-color: rgb(114,130,53); }

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

border-color css

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

 span { border-color: rgb(114,130,53); }

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