Html Css Color HEX #469130 La Palma

📋 copy color: '#469130'

red 70 ◦ green 145 ◦ blue 48

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

Shades of La Palma #469130

Tints of La Palma #469130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 26.62%
G = 55.13%
B = 18.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#469130 (or 0x469130) is known color: La Palma. HEX triplet: 46, 91 and 30. RGB value is (70,145,48). Sum of RGB (Red+Green+Blue) = 70+145+48=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #469130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469130 is #B96ECF. Grayscale: #6F6F6F. Windows color (decimal): -12152528 or 3182918. OLE color: 3182918.

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

Color convert

RGB 70 145 48 -
CMYK 0.52 0 0.67 0.43
HSL 106.39º 0.5% 0.38% -
HSV(B) 106.39º 0.67% 0.57% -
XYZ 13.18 21.77 6.3 -
YUV 111.52 92.15 98.39 -
System Red Green Blue C M Y K H S L
Decimal 70 145 48 0.52 0 0.67 0.43 106.39 0.5 0.38
Hex 46 91 30 34 0 43 2B 6A 32 26
Octal 106 221 60 64 0 103 53 152 62 46
Binary 1000110 10010001 110000 110100 0 1000011 101011 1101010 110010 100110

Color Harmonies of #469130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469130

Black with #469130

Text Example


Text Example

White with #469130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469130; }

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

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

background-color css

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

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

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

border-color css

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

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

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