Html Css Color HEX #468520 La Palma

📋 copy color: '#468520'

red 70 ◦ green 133 ◦ blue 32

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

Shades of La Palma #468520

Tints of La Palma #468520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 29.79%
G = 56.6%
B = 13.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#468520 (or 0x468520) is known color: La Palma. HEX triplet: 46, 85 and 20. RGB value is (70,133,32). Sum of RGB (Red+Green+Blue) = 70+133+32=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #468520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468520 is #B97ADF. Grayscale: #666666. Windows color (decimal): -12155616 or 2131270. OLE color: 2131270.

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

Color convert

RGB 70 133 32 -
CMYK 0.47 0 0.76 0.48
HSL 97.43º 0.61% 0.32% -
HSV(B) 97.43º 0.76% 0.52% -
XYZ 11.17 18.18 4.29 -
YUV 102.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 70 133 32 0.47 0 0.76 0.48 97.43 0.61 0.32
Hex 46 85 20 2F 0 4C 30 61 3D 20
Octal 106 205 40 57 0 114 60 141 75 40
Binary 1000110 10000101 100000 101111 0 1001100 110000 1100001 111101 100000

Color Harmonies of #468520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468520

Black with #468520

Text Example


Text Example

White with #468520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468520; }

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

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

background-color css

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

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

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

border-color css

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

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

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