Html Css Color HEX #469331 La Palma

📋 copy color: '#469331'

red 70 ◦ green 147 ◦ blue 49

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

Shades of La Palma #469331

Tints of La Palma #469331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 26.32%
G = 55.26%
B = 18.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#469331 (or 0x469331) is known color: La Palma. HEX triplet: 46, 93 and 31. RGB value is (70,147,49). Sum of RGB (Red+Green+Blue) = 70+147+49=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #469331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469331 is #B96CCE. Grayscale: #717171. Windows color (decimal): -12152015 or 3248966. OLE color: 3248966.

HSL color Cylindrical-coordinate representation of color #469331: hue angle of 107.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469331 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 49 -
CMYK 0.52 0 0.67 0.42
HSL 107.14º 0.5% 0.38% -
HSV(B) 107.14º 0.67% 0.58% -
XYZ 13.51 22.39 6.52 -
YUV 112.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 70 147 49 0.52 0 0.67 0.42 107.14 0.5 0.38
Hex 46 93 31 34 0 43 2A 6B 32 26
Octal 106 223 61 64 0 103 52 153 62 46
Binary 1000110 10010011 110001 110100 0 1000011 101010 1101011 110010 100110

Color Harmonies of #469331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469331

Black with #469331

Text Example


Text Example

White with #469331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469331; }

 p { color: rgb(70,147,49); }

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

background-color css

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

 a { background-color: rgb(70,147,49); }

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

border-color css

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

 span { border-color: rgb(70,147,49); }

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