#328738

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

Shades of Japanese Laurel #328738

Tints of Japanese Laurel #328738

Color information

#328738 (or 0x328738) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 38. RGB value is (50,135,56). Sum of RGB (Red+Green+Blue) = 50+135+56=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #328738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328738 is #CD78C7. Grayscale: #646464. Windows color (decimal): -13465800 or 3704626. OLE color: 3704626.

HSL color Cylindrical-coordinate representation of color #328738: hue angle of 124.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328738 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5013556-
CMYK0.6300.590.47
HSL124.24º45.95%36.27%-
HSV(B)124.24º62.96%52.94%-
XYZ10.6918.296.71-
YUV100.58102.8491.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=20.75%
G=56.02%
B=23.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135560.6300.590.47124.2445.9536.27
Hex3287383F03B2F7c2e24
Octal622077077073571745644
Binary1100101000011111100011111101110111011111111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328738; }

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

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

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

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

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

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

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

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