#327130

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

Shades of Japanese Laurel #327130

Tints of Japanese Laurel #327130

Color information

#327130 (or 0x327130) is unknown color: approx Japanese Laurel. HEX triplet: 32, 71 and 30. RGB value is (50,113,48). Sum of RGB (Red+Green+Blue) = 50+113+48=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #327130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327130 is #CD8ECF. Grayscale: #565656. Windows color (decimal): -13471440 or 3174706. OLE color: 3174706.

HSL color Cylindrical-coordinate representation of color #327130: hue angle of 118.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327130 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5011348-
CMYK0.5600.580.56
HSL118.15º40.37%31.57%-
HSV(B)118.15º57.52%44.31%-
XYZ7.7512.74.84-
YUV86.75106.13101.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=23.70%
G=53.55%
B=22.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113480.5600.580.56118.1540.3731.57
Hex3271303803A38762820
Octal621616070072701665040
Binary110010111000111000011100001110101110001110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327130; }

 p { color: rgb(50,113,48); }

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

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

 a { background-color: rgb(50,113,48); }

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

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

 span { border-color: rgb(50,113,48); }

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