Html Css Color HEX #328442 Japanese Laurel

📋 copy color: '#328442'

red 50 ◦ green 132 ◦ blue 66

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

Shades of Japanese Laurel #328442

Tints of Japanese Laurel #328442

RGB

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

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

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

R = 20.16%
G = 53.23%
B = 26.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#328442 (or 0x328442) is known color: Japanese Laurel. HEX triplet: 32, 84 and 42. RGB value is (50,132,66). Sum of RGB (Red+Green+Blue) = 50+132+66=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #328442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328442 is #CD7BBD. Grayscale: #646464. Windows color (decimal): -13466558 or 4359218. OLE color: 4359218.

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

Color convert

RGB 50 132 66 -
CMYK 0.62 0 0.5 0.48
HSL 131.71º 0.45% 0.36% -
HSV(B) 131.71º 0.62% 0.52% -
XYZ 10.55 17.57 7.99 -
YUV 99.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 50 132 66 0.62 0 0.5 0.48 131.71 0.45 0.36
Hex 32 84 42 3E 0 32 30 84 2D 24
Octal 62 204 102 76 0 62 60 204 55 44
Binary 110010 10000100 1000010 111110 0 110010 110000 10000100 101101 100100

Color Harmonies of #328442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328442

Black with #328442

Text Example


Text Example

White with #328442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328442; }

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

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

background-color css

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

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

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

border-color css

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

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

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