#327C29

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

Shades of Japanese Laurel #327C29

Tints of Japanese Laurel #327C29

Color information

#327C29 (or 0x327C29) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7C and 29. RGB value is (50,124,41). Sum of RGB (Red+Green+Blue) = 50+124+41=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #327C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C29 is #CD83D6. Grayscale: #5C5C5C. Windows color (decimal): -13468631 or 2718770. OLE color: 2718770.

HSL color Cylindrical-coordinate representation of color #327C29: hue angle of 113.49º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327C29 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB5012441-
CMYK0.6000.670.51
HSL113.49º50.3%32.35%-
HSV(B)113.49º66.94%48.63%-
XYZ8.9215.254.57-
YUV92.4198.9897.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 124 (48.83% from 255) = 57.67%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=23.26%
G=57.67%
B=19.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124410.6000.670.51113.4950.332.35
Hex327C293C04333713220
Octal6217451740103631616240
Binary1100101111100101001111100010000111100111110001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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