Html Css Color HEX #468132 La Palma

📋 copy color: '#468132'

red 70 ◦ green 129 ◦ blue 50

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

Shades of La Palma #468132

Tints of La Palma #468132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 28.11%
G = 51.81%
B = 20.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#468132 (or 0x468132) is known color: La Palma. HEX triplet: 46, 81 and 32. RGB value is (70,129,50). Sum of RGB (Red+Green+Blue) = 70+129+50=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #468132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468132 is #B97ECD. Grayscale: #666666. Windows color (decimal): -12156622 or 3309894. OLE color: 3309894.

HSL color Cylindrical-coordinate representation of color #468132: hue angle of 104.81º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #468132 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 50 -
CMYK 0.46 0 0.61 0.49
HSL 104.81º 0.44% 0.35% -
HSV(B) 104.81º 0.61% 0.51% -
XYZ 10.95 17.23 5.77 -
YUV 102.35 98.45 104.92 -
System Red Green Blue C M Y K H S L
Decimal 70 129 50 0.46 0 0.61 0.49 104.81 0.44 0.35
Hex 46 81 32 2E 0 3D 31 69 2C 23
Octal 106 201 62 56 0 75 61 151 54 43
Binary 1000110 10000001 110010 101110 0 111101 110001 1101001 101100 100011

Color Harmonies of #468132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468132

Black with #468132

Text Example


Text Example

White with #468132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468132; }

 p { color: rgb(70,129,50); }

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

background-color css

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

 a { background-color: rgb(70,129,50); }

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

border-color css

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

 span { border-color: rgb(70,129,50); }

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