Html Css Color HEX #468131 La Palma

📋 copy color: '#468131'

red 70 ◦ green 129 ◦ blue 49

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

Shades of La Palma #468131

Tints of La Palma #468131

RGB

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

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

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

R = 28.23%
G = 52.02%
B = 19.76%

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

#468131 (or 0x468131) is known color: La Palma. HEX triplet: 46, 81 and 31. RGB value is (70,129,49). Sum of RGB (Red+Green+Blue) = 70+129+49=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #468131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468131 is #B97ECE. Grayscale: #666666. Windows color (decimal): -12156623 or 3244358. OLE color: 3244358.

HSL color Cylindrical-coordinate representation of color #468131: hue angle of 104.25º 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 #468131 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 49 -
CMYK 0.46 0 0.62 0.49
HSL 104.25º 0.45% 0.35% -
HSV(B) 104.25º 0.62% 0.51% -
XYZ 10.93 17.22 5.65 -
YUV 102.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 70 129 49 0.46 0 0.62 0.49 104.25 0.45 0.35
Hex 46 81 31 2E 0 3E 31 68 2D 23
Octal 106 201 61 56 0 76 61 150 55 43
Binary 1000110 10000001 110001 101110 0 111110 110001 1101000 101101 100011

Color Harmonies of #468131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468131

Black with #468131

Text Example


Text Example

White with #468131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468131; }

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

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

background-color css

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

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

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

border-color css

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

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

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