#327233

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

Shades of Japanese Laurel #327233

Tints of Japanese Laurel #327233

Color information

#327233 (or 0x327233) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 33. RGB value is (50,114,51). Sum of RGB (Red+Green+Blue) = 50+114+51=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #327233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327233 is #CD8DCC. Grayscale: #575757. Windows color (decimal): -13471181 or 3371570. OLE color: 3371570.

HSL color Cylindrical-coordinate representation of color #327233: hue angle of 120.94º 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 #327233 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5011451-
CMYK0.5600.550.55
HSL120.94º39.02%32.16%-
HSV(B)120.94º56.14%44.71%-
XYZ7.9312.955.21-
YUV87.68107.3101.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=23.26%
G=53.02%
B=23.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114510.5600.550.55120.9439.0232.16
Hex3272333803737792720
Octal621626370067671714740
Binary110010111001011001111100001101111101111111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327233; }

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

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

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

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

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

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

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

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