Html Css Color HEX #328B32 Japanese Laurel

📋 copy color: '#328B32'

red 50 ◦ green 139 ◦ blue 50

#328B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #328B32

Tints of Japanese Laurel #328B32

RGB

 RED value IS 50 (19.92% from 255) = 20.92%

 GREEN value IS 139 (54.69% from 255) = 58.16%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 20.92%
G = 58.16%
B = 20.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#328B32 (or 0x328B32) is known color: Japanese Laurel. HEX triplet: 32, 8B and 32. RGB value is (50,139,50). Sum of RGB (Red+Green+Blue) = 50+139+50=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #328B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B32 is #CD74CD. Grayscale: #666666. Windows color (decimal): -13464782 or 3312434. OLE color: 3312434.

HSL color Cylindrical-coordinate representation of color #328B32: hue angle of 120º 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 #328B32 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 50 -
CMYK 0.64 0 0.64 0.45
HSL 120º 0.47% 0.37% -
HSV(B) 120º 0.64% 0.55% -
XYZ 11.12 19.37 6.17 -
YUV 102.24 98.51 90.74 -
System Red Green Blue C M Y K H S L
Decimal 50 139 50 0.64 0 0.64 0.45 120 0.47 0.37
Hex 32 8B 32 40 0 40 2D 78 2F 25
Octal 62 213 62 100 0 100 55 170 57 45
Binary 110010 10001011 110010 1000000 0 1000000 101101 1111000 101111 100101

Color Harmonies of #328B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B32

Black with #328B32

Text Example


Text Example

White with #328B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #328B32;
 }
 .AnyTagClassName
 {
   color: #328B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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