Html Css Color HEX #468231 La Palma

📋 copy color: '#468231'

red 70 ◦ green 130 ◦ blue 49

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

Shades of La Palma #468231

Tints of La Palma #468231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

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

R = 28.11%
G = 52.21%
B = 19.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#468231 (or 0x468231) is known color: La Palma. HEX triplet: 46, 82 and 31. RGB value is (70,130,49). Sum of RGB (Red+Green+Blue) = 70+130+49=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #468231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468231 is #B97DCE. Grayscale: #676767. Windows color (decimal): -12156367 or 3244614. OLE color: 3244614.

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

Color convert

RGB 70 130 49 -
CMYK 0.46 0 0.62 0.49
HSL 104.44º 0.45% 0.35% -
HSV(B) 104.44º 0.62% 0.51% -
XYZ 11.06 17.49 5.7 -
YUV 102.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 70 130 49 0.46 0 0.62 0.49 104.44 0.45 0.35
Hex 46 82 31 2E 0 3E 31 68 2D 23
Octal 106 202 61 56 0 76 61 150 55 43
Binary 1000110 10000010 110001 101110 0 111110 110001 1101000 101101 100011

Color Harmonies of #468231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468231

Black with #468231

Text Example


Text Example

White with #468231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468231; }

 p { color: rgb(70,130,49); }

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

background-color css

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

 a { background-color: rgb(70,130,49); }

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

border-color css

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

 span { border-color: rgb(70,130,49); }

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