Html Css Color HEX #328241 Japanese Laurel

📋 copy color: '#328241'

red 50 ◦ green 130 ◦ blue 65

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

Shades of Japanese Laurel #328241

Tints of Japanese Laurel #328241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

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

R = 20.41%
G = 53.06%
B = 26.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#328241 (or 0x328241) is known color: Japanese Laurel. HEX triplet: 32, 82 and 41. RGB value is (50,130,65). Sum of RGB (Red+Green+Blue) = 50+130+65=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #328241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328241 is #CD7DBE. Grayscale: #626262. Windows color (decimal): -13467071 or 4293170. OLE color: 4293170.

HSL color Cylindrical-coordinate representation of color #328241: hue angle of 131.25º degrees, saturation: 0.44, 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 #328241 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 65 -
CMYK 0.62 0 0.50 0.49
HSL 131.25º 0.44% 0.35% -
HSV(B) 131.25º 0.62% 0.51% -
XYZ 10.25 17.03 7.75 -
YUV 98.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 50 130 65 0.62 0 0.50 0.49 131.25 0.44 0.35
Hex 32 82 41 3E 0 32 31 83 2C 23
Octal 62 202 101 76 0 62 61 203 54 43
Binary 110010 10000010 1000001 111110 0 110010 110001 10000011 101100 100011

Color Harmonies of #328241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328241

Black with #328241

Text Example


Text Example

White with #328241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328241; }

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

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

background-color css

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

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

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

border-color css

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

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

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