Html Css Color HEX #468B34 La Palma

📋 copy color: '#468B34'

red 70 ◦ green 139 ◦ blue 52

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

Shades of La Palma #468B34

Tints of La Palma #468B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.26%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 26.82%
G = 53.26%
B = 19.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#468B34 (or 0x468B34) is known color: La Palma. HEX triplet: 46, 8B and 34. RGB value is (70,139,52). Sum of RGB (Red+Green+Blue) = 70+139+52=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #468B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B34 is #B974CB. Grayscale: #6C6C6C. Windows color (decimal): -12154060 or 3443526. OLE color: 3443526.

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

Color convert

RGB 70 139 52 -
CMYK 0.50 0 0.63 0.45
HSL 107.59º 0.46% 0.37% -
HSV(B) 107.59º 0.63% 0.55% -
XYZ 12.38 20.02 6.46 -
YUV 108.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 70 139 52 0.50 0 0.63 0.45 107.59 0.46 0.37
Hex 46 8B 34 32 0 3F 2D 6C 2E 25
Octal 106 213 64 62 0 77 55 154 56 45
Binary 1000110 10001011 110100 110010 0 111111 101101 1101100 101110 100101

Color Harmonies of #468B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B34

Black with #468B34

Text Example


Text Example

White with #468B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,52); }

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

background-color css

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

 a { background-color: rgb(70,139,52); }

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

border-color css

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

 span { border-color: rgb(70,139,52); }

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