Html Css Color HEX #468330 La Palma

📋 copy color: '#468330'

red 70 ◦ green 131 ◦ blue 48

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

Shades of La Palma #468330

Tints of La Palma #468330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 28.11%
G = 52.61%
B = 19.28%

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

#468330 (or 0x468330) is known color: La Palma. HEX triplet: 46, 83 and 30. RGB value is (70,131,48). Sum of RGB (Red+Green+Blue) = 70+131+48=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #468330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468330 is #B97CCF. Grayscale: #676767. Windows color (decimal): -12156112 or 3179334. OLE color: 3179334.

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

Color convert

RGB 70 131 48 -
CMYK 0.47 0 0.63 0.49
HSL 104.1º 0.46% 0.35% -
HSV(B) 104.1º 0.63% 0.51% -
XYZ 11.18 17.75 5.63 -
YUV 103.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 70 131 48 0.47 0 0.63 0.49 104.1 0.46 0.35
Hex 46 83 30 2F 0 3F 31 68 2E 23
Octal 106 203 60 57 0 77 61 150 56 43
Binary 1000110 10000011 110000 101111 0 111111 110001 1101000 101110 100011

Color Harmonies of #468330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468330

Black with #468330

Text Example


Text Example

White with #468330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468330; }

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

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

background-color css

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

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

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

border-color css

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

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

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