Html Css Color HEX #469018 La Palma

📋 copy color: '#469018'

red 70 ◦ green 144 ◦ blue 24

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

Shades of La Palma #469018

Tints of La Palma #469018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60.5%

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 29.41%
G = 60.5%
B = 10.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#469018 (or 0x469018) is known color: La Palma. HEX triplet: 46, 90 and 18. RGB value is (70,144,24). Sum of RGB (Red+Green+Blue) = 70+144+24=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #469018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469018 is #B96FE7. Grayscale: #6C6C6C. Windows color (decimal): -12152808 or 1609798. OLE color: 1609798.

HSL color Cylindrical-coordinate representation of color #469018: hue angle of 97º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #469018 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 24 -
CMYK 0.51 0 0.83 0.44
HSL 97º 0.71% 0.33% -
HSV(B) 97º 0.83% 0.56% -
XYZ 12.66 21.31 4.31 -
YUV 108.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 70 144 24 0.51 0 0.83 0.44 97 0.71 0.33
Hex 46 90 18 33 0 53 2C 61 47 21
Octal 106 220 30 63 0 123 54 141 107 41
Binary 1000110 10010000 11000 110011 0 1010011 101100 1100001 1000111 100001

Color Harmonies of #469018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469018

Black with #469018

Text Example


Text Example

White with #469018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469018; }

 p { color: rgb(70,144,24); }

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

background-color css

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

 a { background-color: rgb(70,144,24); }

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

border-color css

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

 span { border-color: rgb(70,144,24); }

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