#32742A

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

Shades of Japanese Laurel #32742A

Tints of Japanese Laurel #32742A

Color information

#32742A (or 0x32742A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 2A. RGB value is (50,116,42). Sum of RGB (Red+Green+Blue) = 50+116+42=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #32742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32742A is #CD8BD5. Grayscale: #585858. Windows color (decimal): -13470678 or 2782258. OLE color: 2782258.

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

Color convert

RGB5011642-
CMYK0.5700.640.55
HSL113.51º46.84%30.98%-
HSV(B)113.51º63.79%45.49%-
XYZ7.9813.344.34-
YUV87.83102.13101.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 116 (45.70% from 255) = 55.77%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=24.04%
G=55.77%
B=20.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116420.5700.640.55113.5146.8430.98
Hex32742A3904037722f1f
Octal6216452710100671625737
Binary110010111010010101011100101000000110111111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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