Html Css Color HEX #328E41 Japanese Laurel

📋 copy color: '#328E41'

red 50 ◦ green 142 ◦ blue 65

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

Shades of Japanese Laurel #328E41

Tints of Japanese Laurel #328E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 19.46%
G = 55.25%
B = 25.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#328E41 (or 0x328E41) is known color: Japanese Laurel. HEX triplet: 32, 8E and 41. RGB value is (50,142,65). Sum of RGB (Red+Green+Blue) = 50+142+65=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #328E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E41 is #CD71BE. Grayscale: #696969. Windows color (decimal): -13463999 or 4296242. OLE color: 4296242.

HSL color Cylindrical-coordinate representation of color #328E41: hue angle of 129.78º 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 #328E41 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 65 -
CMYK 0.65 0 0.54 0.44
HSL 129.78º 0.48% 0.38% -
HSV(B) 129.78º 0.65% 0.56% -
XYZ 11.94 20.41 8.31 -
YUV 105.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 50 142 65 0.65 0 0.54 0.44 129.78 0.48 0.38
Hex 32 8E 41 41 0 36 2C 82 30 26
Octal 62 216 101 101 0 66 54 202 60 46
Binary 110010 10001110 1000001 1000001 0 110110 101100 10000010 110000 100110

Color Harmonies of #328E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E41

Black with #328E41

Text Example


Text Example

White with #328E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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