Html Css Color HEX #328D1F La Palma

📋 copy color: '#328D1F'

red 50 ◦ green 141 ◦ blue 31

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

Shades of La Palma #328D1F

Tints of La Palma #328D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.51%

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 22.52%
G = 63.51%
B = 13.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#328D1F (or 0x328D1F) is known color: La Palma. HEX triplet: 32, 8D and 1F. RGB value is (50,141,31). Sum of RGB (Red+Green+Blue) = 50+141+31=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #328D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D1F is #CD72E0. Grayscale: #656565. Windows color (decimal): -13464289 or 2067762. OLE color: 2067762.

HSL color Cylindrical-coordinate representation of color #328D1F: hue angle of 109.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328D1F is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 31 -
CMYK 0.65 0 0.78 0.45
HSL 109.64º 0.64% 0.34% -
HSV(B) 109.64º 0.78% 0.55% -
XYZ 11.09 19.83 4.54 -
YUV 101.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 50 141 31 0.65 0 0.78 0.45 109.64 0.64 0.34
Hex 32 8D 1F 41 0 4E 2D 6E 40 22
Octal 62 215 37 101 0 116 55 156 100 42
Binary 110010 10001101 11111 1000001 0 1001110 101101 1101110 1000000 100010

Color Harmonies of #328D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D1F

Black with #328D1F

Text Example


Text Example

White with #328D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328D1F; }

 p { color: rgb(50,141,31); }

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

background-color css

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

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

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

border-color css

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

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

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