Html Css Color HEX #328532 Japanese Laurel

📋 copy color: '#328532'

red 50 ◦ green 133 ◦ blue 50

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

Shades of Japanese Laurel #328532

Tints of Japanese Laurel #328532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

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

R = 21.46%
G = 57.08%
B = 21.46%

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

#328532 (or 0x328532) is known color: Japanese Laurel. HEX triplet: 32, 85 and 32. RGB value is (50,133,50). Sum of RGB (Red+Green+Blue) = 50+133+50=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #328532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328532 is #CD7ACD. Grayscale: #626262. Windows color (decimal): -13466318 or 3310898. OLE color: 3310898.

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

Color convert

RGB 50 133 50 -
CMYK 0.62 0 0.62 0.48
HSL 120º 0.45% 0.36% -
HSV(B) 120º 0.62% 0.52% -
XYZ 10.28 17.68 5.89 -
YUV 98.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 50 133 50 0.62 0 0.62 0.48 120 0.45 0.36
Hex 32 85 32 3E 0 3E 30 78 2D 24
Octal 62 205 62 76 0 76 60 170 55 44
Binary 110010 10000101 110010 111110 0 111110 110000 1111000 101101 100100

Color Harmonies of #328532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328532

Black with #328532

Text Example


Text Example

White with #328532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328532; }

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

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

background-color css

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

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

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

border-color css

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

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

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