Html Css Color HEX #328840 Japanese Laurel

📋 copy color: '#328840'

red 50 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #328840

Tints of Japanese Laurel #328840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.4%

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

R = 20%
G = 54.4%
B = 25.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#328840 (or 0x328840) is known color: Japanese Laurel. HEX triplet: 32, 88 and 40. RGB value is (50,136,64). Sum of RGB (Red+Green+Blue) = 50+136+64=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #328840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328840 is #CD77BF. Grayscale: #666666. Windows color (decimal): -13465536 or 4229170. OLE color: 4229170.

HSL color Cylindrical-coordinate representation of color #328840: hue angle of 129.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328840 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 64 -
CMYK 0.63 0 0.53 0.47
HSL 129.77º 0.46% 0.36% -
HSV(B) 129.77º 0.63% 0.53% -
XYZ 11.04 18.66 7.87 -
YUV 102.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 50 136 64 0.63 0 0.53 0.47 129.77 0.46 0.36
Hex 32 88 40 3F 0 35 2F 82 2E 24
Octal 62 210 100 77 0 65 57 202 56 44
Binary 110010 10001000 1000000 111111 0 110101 101111 10000010 101110 100100

Color Harmonies of #328840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328840

Black with #328840

Text Example


Text Example

White with #328840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328840; }

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

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

background-color css

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

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

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

border-color css

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

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

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