Html Css Color HEX #469129 La Palma

📋 copy color: '#469129'

red 70 ◦ green 145 ◦ blue 41

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

Shades of La Palma #469129

Tints of La Palma #469129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.64%

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 27.34%
G = 56.64%
B = 16.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#469129 (or 0x469129) is known color: La Palma. HEX triplet: 46, 91 and 29. RGB value is (70,145,41). Sum of RGB (Red+Green+Blue) = 70+145+41=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #469129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469129 is #B96ED6. Grayscale: #6F6F6F. Windows color (decimal): -12152535 or 2724166. OLE color: 2724166.

HSL color Cylindrical-coordinate representation of color #469129: hue angle of 103.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469129 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 41 -
CMYK 0.52 0 0.72 0.43
HSL 103.27º 0.56% 0.36% -
HSV(B) 103.27º 0.72% 0.57% -
XYZ 13.05 21.71 5.6 -
YUV 110.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 70 145 41 0.52 0 0.72 0.43 103.27 0.56 0.36
Hex 46 91 29 34 0 48 2B 67 38 24
Octal 106 221 51 64 0 110 53 147 70 44
Binary 1000110 10010001 101001 110100 0 1001000 101011 1100111 111000 100100

Color Harmonies of #469129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469129

Black with #469129

Text Example


Text Example

White with #469129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469129; }

 p { color: rgb(70,145,41); }

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

background-color css

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

 a { background-color: rgb(70,145,41); }

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

border-color css

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

 span { border-color: rgb(70,145,41); }

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