#327B38

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

Shades of Japanese Laurel #327B38

Tints of Japanese Laurel #327B38

Color information

#327B38 (or 0x327B38) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7B and 38. RGB value is (50,123,56). Sum of RGB (Red+Green+Blue) = 50+123+56=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #327B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B38 is #CD84C7. Grayscale: #5D5D5D. Windows color (decimal): -13468872 or 3701554. OLE color: 3701554.

HSL color Cylindrical-coordinate representation of color #327B38: hue angle of 124.93º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B38 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB5012356-
CMYK0.5900.540.52
HSL124.93º42.2%33.92%-
HSV(B)124.93º59.35%48.24%-
XYZ9.1115.136.18-
YUV93.54106.8296.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=21.83%
G=53.71%
B=24.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123560.5900.540.52124.9342.233.92
Hex327B383B036347d2a22
Octal621737073066641755242
Binary110010111101111100011101101101101101001111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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