Html Css Color HEX #328F16 La Palma

📋 copy color: '#328F16'

red 50 ◦ green 143 ◦ blue 22

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

Shades of La Palma #328F16

Tints of La Palma #328F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 66.51%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 23.26%
G = 66.51%
B = 10.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#328F16 (or 0x328F16) is known color: La Palma. HEX triplet: 32, 8F and 16. RGB value is (50,143,22). Sum of RGB (Red+Green+Blue) = 50+143+22=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #328F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328F16 is #CD70E9. Grayscale: #656565. Windows color (decimal): -13463786 or 1478450. OLE color: 1478450.

HSL color Cylindrical-coordinate representation of color #328F16: hue angle of 106.12º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #328F16 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 143 22 -
CMYK 0.65 0 0.85 0.44
HSL 106.12º 0.73% 0.32% -
HSV(B) 106.12º 0.85% 0.56% -
XYZ 11.28 20.38 4.1 -
YUV 101.4 83.19 91.34 -
System Red Green Blue C M Y K H S L
Decimal 50 143 22 0.65 0 0.85 0.44 106.12 0.73 0.32
Hex 32 8F 16 41 0 55 2C 6A 49 20
Octal 62 217 26 101 0 125 54 152 111 40
Binary 110010 10001111 10110 1000001 0 1010101 101100 1101010 1001001 100000

Color Harmonies of #328F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328F16

Black with #328F16

Text Example


Text Example

White with #328F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,22); }

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

background-color css

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

 a { background-color: rgb(50,143,22); }

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

border-color css

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

 span { border-color: rgb(50,143,22); }

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