Html Css Color HEX #328431 Japanese Laurel

📋 copy color: '#328431'

red 50 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #328431

Tints of Japanese Laurel #328431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 21.65%
G = 57.14%
B = 21.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#328431 (or 0x328431) is known color: Japanese Laurel. HEX triplet: 32, 84 and 31. RGB value is (50,132,49). Sum of RGB (Red+Green+Blue) = 50+132+49=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #328431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328431 is #CD7BCE. Grayscale: #626262. Windows color (decimal): -13466575 or 3245106. OLE color: 3245106.

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

Color convert

RGB 50 132 49 -
CMYK 0.62 0 0.63 0.48
HSL 119.28º 0.46% 0.35% -
HSV(B) 119.28º 0.63% 0.52% -
XYZ 10.12 17.4 5.73 -
YUV 98.02 100.33 93.75 -
System Red Green Blue C M Y K H S L
Decimal 50 132 49 0.62 0 0.63 0.48 119.28 0.46 0.35
Hex 32 84 31 3E 0 3F 30 77 2E 23
Octal 62 204 61 76 0 77 60 167 56 43
Binary 110010 10000100 110001 111110 0 111111 110000 1110111 101110 100011

Color Harmonies of #328431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328431

Black with #328431

Text Example


Text Example

White with #328431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328431; }

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

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

background-color css

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

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

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

border-color css

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

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

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