#328B36

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

Shades of Japanese Laurel #328B36

Tints of Japanese Laurel #328B36

Color information

#328B36 (or 0x328B36) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8B and 36. RGB value is (50,139,54). Sum of RGB (Red+Green+Blue) = 50+139+54=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #328B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B36 is #CD74C9. Grayscale: #666666. Windows color (decimal): -13464778 or 3574578. OLE color: 3574578.

HSL color Cylindrical-coordinate representation of color #328B36: hue angle of 122.7º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B36 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB5013954-
CMYK0.6400.610.45
HSL122.7º47.09%37.06%-
HSV(B)122.7º64.03%54.51%-
XYZ11.2119.416.65-
YUV102.7100.5190.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 139 (54.69% from 255) = 57.20%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=20.58%
G=57.20%
B=22.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139540.6400.610.45122.747.0937.06
Hex328B364003D2D7b2f25
Octal6221366100075551735745
Binary11001010001011110110100000001111011011011111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328B36; }

 p { color: rgb(50,139,54); }

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

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

 a { background-color: rgb(50,139,54); }

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

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

 span { border-color: rgb(50,139,54); }

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