#32743A

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

Shades of Japanese Laurel #32743A

Tints of Japanese Laurel #32743A

Color information

#32743A (or 0x32743A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 3A. RGB value is (50,116,58). Sum of RGB (Red+Green+Blue) = 50+116+58=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #32743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743A is #CD8BC5. Grayscale: #595959. Windows color (decimal): -13470662 or 3830834. OLE color: 3830834.

HSL color Cylindrical-coordinate representation of color #32743A: hue angle of 127.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32743A is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB5011658-
CMYK0.5700.50.55
HSL127.27º39.76%32.55%-
HSV(B)127.27º56.9%45.49%-
XYZ8.3213.476.17-
YUV89.65110.1399.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=22.32%
G=51.79%
B=25.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116580.5700.50.55127.2739.7632.55
Hex32743A39032377f2821
Octal621647271062671775041
Binary110010111010011101011100101100101101111111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32743A; }

 p { color: rgb(50,116,58); }

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

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

 a { background-color: rgb(50,116,58); }

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

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

 span { border-color: rgb(50,116,58); }

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