Html Css Color HEX #468D3D La Palma

📋 copy color: '#468D3D'

red 70 ◦ green 141 ◦ blue 61

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

Shades of La Palma #468D3D

Tints of La Palma #468D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 25.74%
G = 51.84%
B = 22.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#468D3D (or 0x468D3D) is known color: La Palma. HEX triplet: 46, 8D and 3D. RGB value is (70,141,61). Sum of RGB (Red+Green+Blue) = 70+141+61=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #468D3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D3D is #B972C2. Grayscale: #6E6E6E. Windows color (decimal): -12153539 or 4033862. OLE color: 4033862.

HSL color Cylindrical-coordinate representation of color #468D3D: hue angle of 113.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #468D3D is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 61 -
CMYK 0.50 0 0.57 0.45
HSL 113.25º 0.4% 0.4% -
HSV(B) 113.25º 0.57% 0.55% -
XYZ 12.89 20.69 7.73 -
YUV 110.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 70 141 61 0.50 0 0.57 0.45 113.25 0.4 0.4
Hex 46 8D 3D 32 0 39 2D 71 28 28
Octal 106 215 75 62 0 71 55 161 50 50
Binary 1000110 10001101 111101 110010 0 111001 101101 1110001 101000 101000

Color Harmonies of #468D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D3D

Black with #468D3D

Text Example


Text Example

White with #468D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D3D; }

 p { color: rgb(70,141,61); }

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

background-color css

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

 a { background-color: rgb(70,141,61); }

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

border-color css

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

 span { border-color: rgb(70,141,61); }

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