Html Css Color HEX #469428 La Palma

📋 copy color: '#469428'

red 70 ◦ green 148 ◦ blue 40

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

Shades of La Palma #469428

Tints of La Palma #469428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.36%

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

R = 27.13%
G = 57.36%
B = 15.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#469428 (or 0x469428) is known color: La Palma. HEX triplet: 46, 94 and 28. RGB value is (70,148,40). Sum of RGB (Red+Green+Blue) = 70+148+40=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #469428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469428 is #B96BD7. Grayscale: #707070. Windows color (decimal): -12151768 or 2659398. OLE color: 2659398.

HSL color Cylindrical-coordinate representation of color #469428: hue angle of 103.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #469428 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 40 -
CMYK 0.53 0 0.73 0.42
HSL 103.33º 0.57% 0.37% -
HSV(B) 103.33º 0.73% 0.58% -
XYZ 13.5 22.64 5.67 -
YUV 112.37 87.16 97.78 -
System Red Green Blue C M Y K H S L
Decimal 70 148 40 0.53 0 0.73 0.42 103.33 0.57 0.37
Hex 46 94 28 35 0 49 2A 67 39 25
Octal 106 224 50 65 0 111 52 147 71 45
Binary 1000110 10010100 101000 110101 0 1001001 101010 1100111 111001 100101

Color Harmonies of #469428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469428

Black with #469428

Text Example


Text Example

White with #469428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469428; }

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

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

background-color css

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

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

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

border-color css

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

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

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