Html Css Color HEX #328642 Japanese Laurel

📋 copy color: '#328642'

red 50 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #328642

Tints of Japanese Laurel #328642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 20%
G = 53.6%
B = 26.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#328642 (or 0x328642) is known color: Japanese Laurel. HEX triplet: 32, 86 and 42. RGB value is (50,134,66). Sum of RGB (Red+Green+Blue) = 50+134+66=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #328642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328642 is #CD79BD. Grayscale: #656565. Windows color (decimal): -13466046 or 4359730. OLE color: 4359730.

HSL color Cylindrical-coordinate representation of color #328642: hue angle of 131.43º 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 #328642 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 66 -
CMYK 0.63 0 0.51 0.47
HSL 131.43º 0.46% 0.36% -
HSV(B) 131.43º 0.63% 0.53% -
XYZ 10.82 18.12 8.08 -
YUV 101.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 50 134 66 0.63 0 0.51 0.47 131.43 0.46 0.36
Hex 32 86 42 3F 0 33 2F 83 2E 24
Octal 62 206 102 77 0 63 57 203 56 44
Binary 110010 10000110 1000010 111111 0 110011 101111 10000011 101110 100100

Color Harmonies of #328642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328642

Black with #328642

Text Example


Text Example

White with #328642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328642; }

 p { color: rgb(50,134,66); }

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

background-color css

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

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

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

border-color css

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

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

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