#328233

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

Shades of Japanese Laurel #328233

Tints of Japanese Laurel #328233

Color information

#328233 (or 0x328233) is unknown color: approx Japanese Laurel. HEX triplet: 32, 82 and 33. RGB value is (50,130,51). Sum of RGB (Red+Green+Blue) = 50+130+51=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #328233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328233 is #CD7DCC. Grayscale: #616161. Windows color (decimal): -13467085 or 3375666. OLE color: 3375666.

HSL color Cylindrical-coordinate representation of color #328233: hue angle of 120.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328233 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB5013051-
CMYK0.6200.610.49
HSL120.75º44.44%35.29%-
HSV(B)120.75º61.54%50.98%-
XYZ9.916.885.87-
YUV97.0710294.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=21.65%
G=56.28%
B=22.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130510.6200.610.49120.7544.4435.29
Hex3282333E03D31792c23
Octal622026376075611715443
Binary1100101000001011001111111001111011100011111001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328233; }

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

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

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

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

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

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

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

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