Html Css Color HEX #468720 La Palma

📋 copy color: '#468720'

red 70 ◦ green 135 ◦ blue 32

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

Shades of La Palma #468720

Tints of La Palma #468720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.96%

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

R = 29.54%
G = 56.96%
B = 13.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#468720 (or 0x468720) is known color: La Palma. HEX triplet: 46, 87 and 20. RGB value is (70,135,32). Sum of RGB (Red+Green+Blue) = 70+135+32=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #468720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468720 is #B978DF. Grayscale: #686868. Windows color (decimal): -12155104 or 2131782. OLE color: 2131782.

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

Color convert

RGB 70 135 32 -
CMYK 0.48 0 0.76 0.47
HSL 97.86º 0.62% 0.33% -
HSV(B) 97.86º 0.76% 0.53% -
XYZ 11.45 18.73 4.38 -
YUV 103.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 70 135 32 0.48 0 0.76 0.47 97.86 0.62 0.33
Hex 46 87 20 30 0 4C 2F 62 3E 21
Octal 106 207 40 60 0 114 57 142 76 41
Binary 1000110 10000111 100000 110000 0 1001100 101111 1100010 111110 100001

Color Harmonies of #468720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468720

Black with #468720

Text Example


Text Example

White with #468720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468720; }

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

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

background-color css

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

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

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

border-color css

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

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

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