Html Css Color HEX #328332 Japanese Laurel

📋 copy color: '#328332'

red 50 ◦ green 131 ◦ blue 50

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

Shades of Japanese Laurel #328332

Tints of Japanese Laurel #328332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 21.65%
G = 56.71%
B = 21.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#328332 (or 0x328332) is known color: Japanese Laurel. HEX triplet: 32, 83 and 32. RGB value is (50,131,50). Sum of RGB (Red+Green+Blue) = 50+131+50=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #328332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328332 is #CD7CCD. Grayscale: #616161. Windows color (decimal): -13466830 or 3310386. OLE color: 3310386.

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

Color convert

RGB 50 131 50 -
CMYK 0.62 0 0.62 0.49
HSL 120º 0.45% 0.35% -
HSV(B) 120º 0.62% 0.51% -
XYZ 10.01 17.14 5.8 -
YUV 97.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 50 131 50 0.62 0 0.62 0.49 120 0.45 0.35
Hex 32 83 32 3E 0 3E 31 78 2D 23
Octal 62 203 62 76 0 76 61 170 55 43
Binary 110010 10000011 110010 111110 0 111110 110001 1111000 101101 100011

Color Harmonies of #328332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328332

Black with #328332

Text Example


Text Example

White with #328332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328332; }

 p { color: rgb(50,131,50); }

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

background-color css

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

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

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

border-color css

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

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

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