Html Css Color HEX #468C00 La Palma

📋 copy color: '#468C00'

red 70 ◦ green 140 ◦ blue 0

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

Shades of La Palma #468C00

Tints of La Palma #468C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#468C00 (or 0x468C00) is known color: La Palma. HEX triplet: 46, 8C and 00. RGB value is (70,140,0). Sum of RGB (Red+Green+Blue) = 70+140+0=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #468C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468C00 is #B973FF. Grayscale: #676767. Windows color (decimal): -12153856 or 35910. OLE color: 35910.

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

Color convert

RGB 70 140 0 -
CMYK 0.50 0 1 0.45
HSL 90º 1% 0.27% -
HSV(B) 90º 1% 0.55% -
XYZ 11.9 20.06 3.24 -
YUV 103.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 70 140 0 0.50 0 1 0.45 90 1 0.27
Hex 46 8C 0 32 0 64 2D 5A 64 1B
Octal 106 214 0 62 0 144 55 132 144 33
Binary 1000110 10001100 0 110010 0 1100100 101101 1011010 1100100 11011

Color Harmonies of #468C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C00

Black with #468C00

Text Example


Text Example

White with #468C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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