Html Css Color HEX #328441 Japanese Laurel

📋 copy color: '#328441'

red 50 ◦ green 132 ◦ blue 65

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

Shades of Japanese Laurel #328441

Tints of Japanese Laurel #328441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 20.24%
G = 53.44%
B = 26.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#328441 (or 0x328441) is known color: Japanese Laurel. HEX triplet: 32, 84 and 41. RGB value is (50,132,65). Sum of RGB (Red+Green+Blue) = 50+132+65=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #328441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328441 is #CD7BBE. Grayscale: #646464. Windows color (decimal): -13466559 or 4293682. OLE color: 4293682.

HSL color Cylindrical-coordinate representation of color #328441: hue angle of 130.98º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328441 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 65 -
CMYK 0.62 0 0.51 0.48
HSL 130.98º 0.45% 0.36% -
HSV(B) 130.98º 0.62% 0.52% -
XYZ 10.52 17.56 7.84 -
YUV 99.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 50 132 65 0.62 0 0.51 0.48 130.98 0.45 0.36
Hex 32 84 41 3E 0 33 30 83 2D 24
Octal 62 204 101 76 0 63 60 203 55 44
Binary 110010 10000100 1000001 111110 0 110011 110000 10000011 101101 100100

Color Harmonies of #328441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328441

Black with #328441

Text Example


Text Example

White with #328441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328441; }

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

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

background-color css

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

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

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

border-color css

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

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

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