#328933

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

Shades of Japanese Laurel #328933

Tints of Japanese Laurel #328933

Color information

#328933 (or 0x328933) is unknown color: approx Japanese Laurel. HEX triplet: 32, 89 and 33. RGB value is (50,137,51). Sum of RGB (Red+Green+Blue) = 50+137+51=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #328933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328933 is #CD76CC. Grayscale: #656565. Windows color (decimal): -13465293 or 3377458. OLE color: 3377458.

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

Color convert

RGB5013751-
CMYK0.6400.630.46
HSL120.69º46.52%36.67%-
HSV(B)120.69º63.5%53.73%-
XYZ10.8618.816.19-
YUV101.1899.6891.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 137 (53.91% from 255) = 57.56%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=21.01%
G=57.56%
B=21.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50137510.6400.630.46120.6946.5236.67
Hex3289334003F2E792f25
Octal6221163100077561715745
Binary11001010001001110011100000001111111011101111001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328933; }

 p { color: rgb(50,137,51); }

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

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

 a { background-color: rgb(50,137,51); }

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

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

 span { border-color: rgb(50,137,51); }

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