Html Css Color HEX #469430 La Palma

📋 copy color: '#469430'

red 70 ◦ green 148 ◦ blue 48

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

Shades of La Palma #469430

Tints of La Palma #469430

RGB

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

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

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

R = 26.32%
G = 55.64%
B = 18.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#469430 (or 0x469430) is known color: La Palma. HEX triplet: 46, 94 and 30. RGB value is (70,148,48). Sum of RGB (Red+Green+Blue) = 70+148+48=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #469430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469430 is #B96BCF. Grayscale: #717171. Windows color (decimal): -12151760 or 3183686. OLE color: 3183686.

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

Color convert

RGB 70 148 48 -
CMYK 0.53 0 0.68 0.42
HSL 106.8º 0.51% 0.38% -
HSV(B) 106.8º 0.68% 0.58% -
XYZ 13.65 22.7 6.46 -
YUV 113.28 91.16 97.13 -
System Red Green Blue C M Y K H S L
Decimal 70 148 48 0.53 0 0.68 0.42 106.8 0.51 0.38
Hex 46 94 30 35 0 44 2A 6B 33 26
Octal 106 224 60 65 0 104 52 153 63 46
Binary 1000110 10010100 110000 110101 0 1000100 101010 1101011 110011 100110

Color Harmonies of #469430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469430

Black with #469430

Text Example


Text Example

White with #469430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469430; }

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

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

background-color css

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

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

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

border-color css

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

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

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