#32723B

Color #32723B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #32723B

Tints of Japanese Laurel #32723B

Color information

#32723B (or 0x32723B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 3B. RGB value is (50,114,59). Sum of RGB (Red+Green+Blue) = 50+114+59=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #32723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32723B is #CD8DC4. Grayscale: #585858. Windows color (decimal): -13471173 or 3895858. OLE color: 3895858.

HSL color Cylindrical-coordinate representation of color #32723B: hue angle of 128.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32723B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5011459-
CMYK0.5600.480.55
HSL128.44º39.02%32.16%-
HSV(B)128.44º56.14%44.71%-
XYZ8.1213.036.22-
YUV88.59111.3100.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=22.42%
G=51.12%
B=26.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114590.5600.480.55128.4439.0232.16
Hex32723B3803037802720
Octal621627370060672004740
Binary1100101110010111011111000011000011011110000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32723B; }

 p { color: rgb(50,114,59); }

 H1.HeaderClassName
 {
   color: #32723B;
 }
 .AnyTagClassName
 {
   color: #32723B;
 }
</style>
background-color css

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

 a { background-color: rgb(50,114,59); }

 div.DivClassName
 {
   background-color: #32723B;
 }
 .BgClassName
 {
   background-color: #32723B;
 }
</style>
border-color css

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

 span { border-color: rgb(50,114,59); }

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