Html Css Color HEX #468420 La Palma

📋 copy color: '#468420'

red 70 ◦ green 132 ◦ blue 32

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

Shades of La Palma #468420

Tints of La Palma #468420

RGB

 RED value IS 70 (27.73% from 255) = 29.91%

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 29.91%
G = 56.41%
B = 13.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#468420 (or 0x468420) is known color: La Palma. HEX triplet: 46, 84 and 20. RGB value is (70,132,32). Sum of RGB (Red+Green+Blue) = 70+132+32=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #468420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468420 is #B97BDF. Grayscale: #666666. Windows color (decimal): -12155872 or 2131014. OLE color: 2131014.

HSL color Cylindrical-coordinate representation of color #468420: hue angle of 97.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #468420 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 32 -
CMYK 0.47 0 0.76 0.48
HSL 97.2º 0.61% 0.32% -
HSV(B) 97.2º 0.76% 0.52% -
XYZ 11.04 17.91 4.24 -
YUV 102.06 88.46 105.13 -
System Red Green Blue C M Y K H S L
Decimal 70 132 32 0.47 0 0.76 0.48 97.2 0.61 0.32
Hex 46 84 20 2F 0 4C 30 61 3D 20
Octal 106 204 40 57 0 114 60 141 75 40
Binary 1000110 10000100 100000 101111 0 1001100 110000 1100001 111101 100000

Color Harmonies of #468420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468420

Black with #468420

Text Example


Text Example

White with #468420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468420; }

 p { color: rgb(70,132,32); }

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

background-color css

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

 a { background-color: rgb(70,132,32); }

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

border-color css

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

 span { border-color: rgb(70,132,32); }

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