Html Css Color HEX #469820 La Palma

📋 copy color: '#469820'

red 70 ◦ green 152 ◦ blue 32

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

Shades of La Palma #469820

Tints of La Palma #469820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.84%

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

R = 27.56%
G = 59.84%
B = 12.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#469820 (or 0x469820) is known color: La Palma. HEX triplet: 46, 98 and 20. RGB value is (70,152,32). Sum of RGB (Red+Green+Blue) = 70+152+32=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #469820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469820 is #B967DF. Grayscale: #727272. Windows color (decimal): -12150752 or 2136134. OLE color: 2136134.

HSL color Cylindrical-coordinate representation of color #469820: hue angle of 101º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #469820 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 32 -
CMYK 0.54 0 0.79 0.40
HSL 101º 0.65% 0.36% -
HSV(B) 101º 0.79% 0.6% -
XYZ 14.01 23.86 5.23 -
YUV 113.8 81.83 96.76 -
System Red Green Blue C M Y K H S L
Decimal 70 152 32 0.54 0 0.79 0.40 101 0.65 0.36
Hex 46 98 20 36 0 4F 28 65 41 24
Octal 106 230 40 66 0 117 50 145 101 44
Binary 1000110 10011000 100000 110110 0 1001111 101000 1100101 1000001 100100

Color Harmonies of #469820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469820

Black with #469820

Text Example


Text Example

White with #469820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469820; }

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

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

background-color css

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

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

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

border-color css

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

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

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