#327838

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

Shades of Japanese Laurel #327838

Tints of Japanese Laurel #327838

Color information

#327838 (or 0x327838) is unknown color: approx Japanese Laurel. HEX triplet: 32, 78 and 38. RGB value is (50,120,56). Sum of RGB (Red+Green+Blue) = 50+120+56=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #327838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327838 is #CD87C7. Grayscale: #5B5B5B. Windows color (decimal): -13469640 or 3700786. OLE color: 3700786.

HSL color Cylindrical-coordinate representation of color #327838: hue angle of 125.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327838 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5012056-
CMYK0.5800.530.53
HSL125.14º41.18%33.33%-
HSV(B)125.14º58.33%47.06%-
XYZ8.7514.46.06-
YUV91.77107.8198.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=22.12%
G=53.10%
B=24.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120560.5800.530.53125.1441.1833.33
Hex3278383A035357d2921
Octal621707072065651755141
Binary110010111100011100011101001101011101011111101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327838; }

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

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

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

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

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

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

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

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