Html Css Color HEX #468D31 La Palma

📋 copy color: '#468D31'

red 70 ◦ green 141 ◦ blue 49

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

Shades of La Palma #468D31

Tints of La Palma #468D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.23%

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

R = 26.92%
G = 54.23%
B = 18.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#468D31 (or 0x468D31) is known color: La Palma. HEX triplet: 46, 8D and 31. RGB value is (70,141,49). Sum of RGB (Red+Green+Blue) = 70+141+49=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #468D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D31 is #B972CE. Grayscale: #6D6D6D. Windows color (decimal): -12153551 or 3247430. OLE color: 3247430.

HSL color Cylindrical-coordinate representation of color #468D31: hue angle of 106.3º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468D31 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 49 -
CMYK 0.50 0 0.65 0.45
HSL 106.3º 0.48% 0.37% -
HSV(B) 106.3º 0.65% 0.55% -
XYZ 12.61 20.57 6.21 -
YUV 109.28 93.98 99.98 -
System Red Green Blue C M Y K H S L
Decimal 70 141 49 0.50 0 0.65 0.45 106.3 0.48 0.37
Hex 46 8D 31 32 0 41 2D 6A 30 25
Octal 106 215 61 62 0 101 55 152 60 45
Binary 1000110 10001101 110001 110010 0 1000001 101101 1101010 110000 100101

Color Harmonies of #468D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D31

Black with #468D31

Text Example


Text Example

White with #468D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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