Html Css Color HEX #468519 La Palma

📋 copy color: '#468519'

red 70 ◦ green 133 ◦ blue 25

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

Shades of La Palma #468519

Tints of La Palma #468519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.33%

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 30.7%
G = 58.33%
B = 10.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#468519 (or 0x468519) is known color: La Palma. HEX triplet: 46, 85 and 19. RGB value is (70,133,25). Sum of RGB (Red+Green+Blue) = 70+133+25=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #468519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468519 is #B97AE6. Grayscale: #666666. Windows color (decimal): -12155623 or 1672518. OLE color: 1672518.

HSL color Cylindrical-coordinate representation of color #468519: hue angle of 95º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #468519 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 25 -
CMYK 0.47 0 0.81 0.48
HSL 95º 0.68% 0.31% -
HSV(B) 95º 0.81% 0.52% -
XYZ 11.09 18.15 3.84 -
YUV 101.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 70 133 25 0.47 0 0.81 0.48 95 0.68 0.31
Hex 46 85 19 2F 0 51 30 5F 44 1F
Octal 106 205 31 57 0 121 60 137 104 37
Binary 1000110 10000101 11001 101111 0 1010001 110000 1011111 1000100 11111

Color Harmonies of #468519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468519

Black with #468519

Text Example


Text Example

White with #468519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468519; }

 p { color: rgb(70,133,25); }

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

background-color css

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

 a { background-color: rgb(70,133,25); }

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

border-color css

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

 span { border-color: rgb(70,133,25); }

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