Html Css Color HEX #468820 La Palma

📋 copy color: '#468820'

red 70 ◦ green 136 ◦ blue 32

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

Shades of La Palma #468820

Tints of La Palma #468820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.14%

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

R = 29.41%
G = 57.14%
B = 13.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#468820 (or 0x468820) is known color: La Palma. HEX triplet: 46, 88 and 20. RGB value is (70,136,32). Sum of RGB (Red+Green+Blue) = 70+136+32=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #468820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468820 is #B977DF. Grayscale: #686868. Windows color (decimal): -12154848 or 2132038. OLE color: 2132038.

HSL color Cylindrical-coordinate representation of color #468820: hue angle of 98.08º 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 #468820 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 32 -
CMYK 0.49 0 0.76 0.47
HSL 98.08º 0.62% 0.33% -
HSV(B) 98.08º 0.76% 0.53% -
XYZ 11.59 19.01 4.43 -
YUV 104.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 70 136 32 0.49 0 0.76 0.47 98.08 0.62 0.33
Hex 46 88 20 31 0 4C 2F 62 3E 21
Octal 106 210 40 61 0 114 57 142 76 41
Binary 1000110 10001000 100000 110001 0 1001100 101111 1100010 111110 100001

Color Harmonies of #468820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468820

Black with #468820

Text Example


Text Example

White with #468820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468820; }

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

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

background-color css

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

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

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

border-color css

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

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

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