Html Css Color HEX #469426 La Palma

📋 copy color: '#469426'

red 70 ◦ green 148 ◦ blue 38

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

Shades of La Palma #469426

Tints of La Palma #469426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 27.34%
G = 57.81%
B = 14.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#469426 (or 0x469426) is known color: La Palma. HEX triplet: 46, 94 and 26. RGB value is (70,148,38). Sum of RGB (Red+Green+Blue) = 70+148+38=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #469426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469426 is #B96BD9. Grayscale: #707070. Windows color (decimal): -12151770 or 2528326. OLE color: 2528326.

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

Color convert

RGB 70 148 38 -
CMYK 0.53 0 0.74 0.42
HSL 102.55º 0.59% 0.36% -
HSV(B) 102.55º 0.74% 0.58% -
XYZ 13.47 22.62 5.49 -
YUV 112.14 86.16 97.94 -
System Red Green Blue C M Y K H S L
Decimal 70 148 38 0.53 0 0.74 0.42 102.55 0.59 0.36
Hex 46 94 26 35 0 4A 2A 67 3B 24
Octal 106 224 46 65 0 112 52 147 73 44
Binary 1000110 10010100 100110 110101 0 1001010 101010 1100111 111011 100100

Color Harmonies of #469426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469426

Black with #469426

Text Example


Text Example

White with #469426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469426; }

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

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

background-color css

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

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

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

border-color css

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

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

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