Html Css Color HEX #468228 La Palma

📋 copy color: '#468228'

red 70 ◦ green 130 ◦ blue 40

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

Shades of La Palma #468228

Tints of La Palma #468228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 29.17%
G = 54.17%
B = 16.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#468228 (or 0x468228) is known color: La Palma. HEX triplet: 46, 82 and 28. RGB value is (70,130,40). Sum of RGB (Red+Green+Blue) = 70+130+40=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #468228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468228 is #B97DD7. Grayscale: #666666. Windows color (decimal): -12156376 or 2654790. OLE color: 2654790.

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

Color convert

RGB 70 130 40 -
CMYK 0.46 0 0.69 0.49
HSL 100º 0.53% 0.33% -
HSV(B) 100º 0.69% 0.51% -
XYZ 10.89 17.42 4.8 -
YUV 101.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 70 130 40 0.46 0 0.69 0.49 100 0.53 0.33
Hex 46 82 28 2E 0 45 31 64 35 21
Octal 106 202 50 56 0 105 61 144 65 41
Binary 1000110 10000010 101000 101110 0 1000101 110001 1100100 110101 100001

Color Harmonies of #468228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468228

Black with #468228

Text Example


Text Example

White with #468228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468228; }

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

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

background-color css

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

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

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

border-color css

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

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

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