Html Css Color HEX #328841 Japanese Laurel

📋 copy color: '#328841'

red 50 ◦ green 136 ◦ blue 65

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

Shades of Japanese Laurel #328841

Tints of Japanese Laurel #328841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.18%

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

R = 19.92%
G = 54.18%
B = 25.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#328841 (or 0x328841) is known color: Japanese Laurel. HEX triplet: 32, 88 and 41. RGB value is (50,136,65). Sum of RGB (Red+Green+Blue) = 50+136+65=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #328841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328841 is #CD77BE. Grayscale: #666666. Windows color (decimal): -13465535 or 4294706. OLE color: 4294706.

HSL color Cylindrical-coordinate representation of color #328841: hue angle of 130.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328841 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 65 -
CMYK 0.63 0 0.52 0.47
HSL 130.47º 0.46% 0.36% -
HSV(B) 130.47º 0.63% 0.53% -
XYZ 11.07 18.67 8.02 -
YUV 102.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 50 136 65 0.63 0 0.52 0.47 130.47 0.46 0.36
Hex 32 88 41 3F 0 34 2F 82 2E 24
Octal 62 210 101 77 0 64 57 202 56 44
Binary 110010 10001000 1000001 111111 0 110100 101111 10000010 101110 100100

Color Harmonies of #328841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328841

Black with #328841

Text Example


Text Example

White with #328841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328841; }

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

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

background-color css

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

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

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

border-color css

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

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

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