Html Css Color HEX #328643 Japanese Laurel

📋 copy color: '#328643'

red 50 ◦ green 134 ◦ blue 67

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

Shades of Japanese Laurel #328643

Tints of Japanese Laurel #328643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.69%

R = 19.92%
G = 53.39%
B = 26.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#328643 (or 0x328643) is known color: Japanese Laurel. HEX triplet: 32, 86 and 43. RGB value is (50,134,67). Sum of RGB (Red+Green+Blue) = 50+134+67=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #328643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328643 is #CD79BC. Grayscale: #656565. Windows color (decimal): -13466045 or 4425266. OLE color: 4425266.

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

Color convert

RGB 50 134 67 -
CMYK 0.63 0 0.5 0.47
HSL 132.14º 0.46% 0.36% -
HSV(B) 132.14º 0.63% 0.53% -
XYZ 10.85 18.13 8.24 -
YUV 101.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 50 134 67 0.63 0 0.5 0.47 132.14 0.46 0.36
Hex 32 86 43 3F 0 32 2F 84 2E 24
Octal 62 206 103 77 0 62 57 204 56 44
Binary 110010 10000110 1000011 111111 0 110010 101111 10000100 101110 100100

Color Harmonies of #328643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328643

Black with #328643

Text Example


Text Example

White with #328643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328643; }

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

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

background-color css

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

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

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

border-color css

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

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

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