Html Css Color HEX #328E40 Japanese Laurel

📋 copy color: '#328E40'

red 50 ◦ green 142 ◦ blue 64

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

Shades of Japanese Laurel #328E40

Tints of Japanese Laurel #328E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 55.47%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 19.53%
G = 55.47%
B = 25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#328E40 (or 0x328E40) is known color: Japanese Laurel. HEX triplet: 32, 8E and 40. RGB value is (50,142,64). Sum of RGB (Red+Green+Blue) = 50+142+64=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #328E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E40 is #CD71BF. Grayscale: #696969. Windows color (decimal): -13464000 or 4230706. OLE color: 4230706.

HSL color Cylindrical-coordinate representation of color #328E40: hue angle of 129.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E40 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 64 -
CMYK 0.65 0 0.55 0.44
HSL 129.13º 0.48% 0.38% -
HSV(B) 129.13º 0.65% 0.56% -
XYZ 11.91 20.39 8.16 -
YUV 105.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 50 142 64 0.65 0 0.55 0.44 129.13 0.48 0.38
Hex 32 8E 40 41 0 37 2C 81 30 26
Octal 62 216 100 101 0 67 54 201 60 46
Binary 110010 10001110 1000000 1000001 0 110111 101100 10000001 110000 100110

Color Harmonies of #328E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E40

Black with #328E40

Text Example


Text Example

White with #328E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,142,64); }

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

background-color css

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

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

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

border-color css

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

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

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