Html Css Color HEX #328432 Japanese Laurel

📋 copy color: '#328432'

red 50 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #328432

Tints of Japanese Laurel #328432

RGB

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

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

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

R = 21.55%
G = 56.9%
B = 21.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#328432 (or 0x328432) is known color: Japanese Laurel. HEX triplet: 32, 84 and 32. RGB value is (50,132,50). Sum of RGB (Red+Green+Blue) = 50+132+50=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #328432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328432 is #CD7BCD. Grayscale: #626262. Windows color (decimal): -13466574 or 3310642. OLE color: 3310642.

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

Color convert

RGB 50 132 50 -
CMYK 0.62 0 0.62 0.48
HSL 120º 0.45% 0.36% -
HSV(B) 120º 0.62% 0.52% -
XYZ 10.14 17.41 5.84 -
YUV 98.13 100.83 93.67 -
System Red Green Blue C M Y K H S L
Decimal 50 132 50 0.62 0 0.62 0.48 120 0.45 0.36
Hex 32 84 32 3E 0 3E 30 78 2D 24
Octal 62 204 62 76 0 76 60 170 55 44
Binary 110010 10000100 110010 111110 0 111110 110000 1111000 101101 100100

Color Harmonies of #328432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328432

Black with #328432

Text Example


Text Example

White with #328432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328432; }

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

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

background-color css

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

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

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

border-color css

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

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

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