Html Css Color HEX #469B18 La Palma

📋 copy color: '#469B18'

red 70 ◦ green 155 ◦ blue 24

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

Shades of La Palma #469B18

Tints of La Palma #469B18

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62.25%

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

R = 28.11%
G = 62.25%
B = 9.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#469B18 (or 0x469B18) is known color: La Palma. HEX triplet: 46, 9B and 18. RGB value is (70,155,24). Sum of RGB (Red+Green+Blue) = 70+155+24=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 155 (60.94% from 255 or 62.25% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 155 - color contains mainly: green. Hex color #469B18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469B18 is #B964E7. Grayscale: #737373. Windows color (decimal): -12149992 or 1612614. OLE color: 1612614.

HSL color Cylindrical-coordinate representation of color #469B18: hue angle of 98.93º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #469B18 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 24 -
CMYK 0.55 0 0.85 0.39
HSL 98.93º 0.73% 0.35% -
HSV(B) 98.93º 0.85% 0.61% -
XYZ 14.41 24.81 4.89 -
YUV 114.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 70 155 24 0.55 0 0.85 0.39 98.93 0.73 0.35
Hex 46 9B 18 37 0 55 27 63 49 23
Octal 106 233 30 67 0 125 47 143 111 43
Binary 1000110 10011011 11000 110111 0 1010101 100111 1100011 1001001 100011

Color Harmonies of #469B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B18

Black with #469B18

Text Example


Text Example

White with #469B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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