Html Css Color HEX #468C22 La Palma

📋 copy color: '#468C22'

red 70 ◦ green 140 ◦ blue 34

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

Shades of La Palma #468C22

Tints of La Palma #468C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.38%

 BLUE value IS 34 (13.67% from 255) = 13.93%

R = 28.69%
G = 57.38%
B = 13.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#468C22 (or 0x468C22) is known color: La Palma. HEX triplet: 46, 8C and 22. RGB value is (70,140,34). Sum of RGB (Red+Green+Blue) = 70+140+34=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #468C22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C22 is #B973DD. Grayscale: #6B6B6B. Windows color (decimal): -12153822 or 2264134. OLE color: 2264134.

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

Color convert

RGB 70 140 34 -
CMYK 0.50 0 0.76 0.45
HSL 99.62º 0.61% 0.34% -
HSV(B) 99.62º 0.76% 0.55% -
XYZ 12.19 20.17 4.76 -
YUV 106.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 70 140 34 0.50 0 0.76 0.45 99.62 0.61 0.34
Hex 46 8C 22 32 0 4C 2D 64 3D 22
Octal 106 214 42 62 0 114 55 144 75 42
Binary 1000110 10001100 100010 110010 0 1001100 101101 1100100 111101 100010

Color Harmonies of #468C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C22

Black with #468C22

Text Example


Text Example

White with #468C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,140,34); }

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

background-color css

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

 a { background-color: rgb(70,140,34); }

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

border-color css

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

 span { border-color: rgb(70,140,34); }

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