#327C38

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

Shades of Japanese Laurel #327C38

Tints of Japanese Laurel #327C38

Color information

#327C38 (or 0x327C38) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7C and 38. RGB value is (50,124,56). Sum of RGB (Red+Green+Blue) = 50+124+56=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #327C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C38 is #CD83C7. Grayscale: #5E5E5E. Windows color (decimal): -13468616 or 3701810. OLE color: 3701810.

HSL color Cylindrical-coordinate representation of color #327C38: hue angle of 124.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C38 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB5012456-
CMYK0.6000.550.51
HSL124.86º42.53%34.12%-
HSV(B)124.86º59.68%48.63%-
XYZ9.2415.386.22-
YUV94.12106.4896.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 124 (48.83% from 255) = 53.91%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=21.74%
G=53.91%
B=24.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124560.6000.550.51124.8642.5334.12
Hex327C383C037337d2b22
Octal621747074067631755342
Binary110010111110011100011110001101111100111111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327C38; }

 p { color: rgb(50,124,56); }

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

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

 a { background-color: rgb(50,124,56); }

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

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

 span { border-color: rgb(50,124,56); }

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