Html Css Color HEX #328336 Japanese Laurel

📋 copy color: '#328336'

red 50 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #328336

Tints of Japanese Laurel #328336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 21.28%
G = 55.74%
B = 22.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#328336 (or 0x328336) is known color: Japanese Laurel. HEX triplet: 32, 83 and 36. RGB value is (50,131,54). Sum of RGB (Red+Green+Blue) = 50+131+54=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #328336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328336 is #CD7CC9. Grayscale: #626262. Windows color (decimal): -13466826 or 3572530. OLE color: 3572530.

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

Color convert

RGB 50 131 54 -
CMYK 0.62 0 0.59 0.49
HSL 122.96º 0.45% 0.35% -
HSV(B) 122.96º 0.62% 0.51% -
XYZ 10.1 17.18 6.27 -
YUV 98 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 50 131 54 0.62 0 0.59 0.49 122.96 0.45 0.35
Hex 32 83 36 3E 0 3B 31 7B 2D 23
Octal 62 203 66 76 0 73 61 173 55 43
Binary 110010 10000011 110110 111110 0 111011 110001 1111011 101101 100011

Color Harmonies of #328336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328336

Black with #328336

Text Example


Text Example

White with #328336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328336; }

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

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

background-color css

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

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

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

border-color css

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

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

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