Html Css Color HEX #468331 La Palma

📋 copy color: '#468331'

red 70 ◦ green 131 ◦ blue 49

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

Shades of La Palma #468331

Tints of La Palma #468331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 28%
G = 52.4%
B = 19.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#468331 (or 0x468331) is known color: La Palma. HEX triplet: 46, 83 and 31. RGB value is (70,131,49). Sum of RGB (Red+Green+Blue) = 70+131+49=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #468331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468331 is #B97CCE. Grayscale: #676767. Windows color (decimal): -12156111 or 3244870. OLE color: 3244870.

HSL color Cylindrical-coordinate representation of color #468331: hue angle of 104.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468331 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 131 49 -
CMYK 0.47 0 0.63 0.49
HSL 104.63º 0.46% 0.35% -
HSV(B) 104.63º 0.63% 0.51% -
XYZ 11.2 17.76 5.74 -
YUV 103.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 70 131 49 0.47 0 0.63 0.49 104.63 0.46 0.35
Hex 46 83 31 2F 0 3F 31 69 2E 23
Octal 106 203 61 57 0 77 61 151 56 43
Binary 1000110 10000011 110001 101111 0 111111 110001 1101001 101110 100011

Color Harmonies of #468331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468331

Black with #468331

Text Example


Text Example

White with #468331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468331; }

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

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

background-color css

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

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

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

border-color css

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

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

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