Html Css Color HEX #328340 Japanese Laurel

📋 copy color: '#328340'

red 50 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #328340

Tints of Japanese Laurel #328340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.47%

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

R = 20.41%
G = 53.47%
B = 26.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#328340 (or 0x328340) is known color: Japanese Laurel. HEX triplet: 32, 83 and 40. RGB value is (50,131,64). Sum of RGB (Red+Green+Blue) = 50+131+64=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #328340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328340 is #CD7CBF. Grayscale: #636363. Windows color (decimal): -13466816 or 4227890. OLE color: 4227890.

HSL color Cylindrical-coordinate representation of color #328340: hue angle of 130.37º degrees, saturation: 0.45, 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 #328340 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 64 -
CMYK 0.62 0 0.51 0.49
HSL 130.37º 0.45% 0.35% -
HSV(B) 130.37º 0.62% 0.51% -
XYZ 10.36 17.28 7.64 -
YUV 99.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 50 131 64 0.62 0 0.51 0.49 130.37 0.45 0.35
Hex 32 83 40 3E 0 33 31 82 2D 23
Octal 62 203 100 76 0 63 61 202 55 43
Binary 110010 10000011 1000000 111110 0 110011 110001 10000010 101101 100011

Color Harmonies of #328340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328340

Black with #328340

Text Example


Text Example

White with #328340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328340; }

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

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

background-color css

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

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

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

border-color css

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

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

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