Html Css Color HEX #468B00 La Palma

📋 copy color: '#468B00'

red 70 ◦ green 139 ◦ blue 0

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

Shades of La Palma #468B00

Tints of La Palma #468B00

RGB

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

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

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

R = 33.49%
G = 66.51%
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

#468B00 (or 0x468B00) is known color: La Palma. HEX triplet: 46, 8B and 00. RGB value is (70,139,0). Sum of RGB (Red+Green+Blue) = 70+139+0=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #468B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468B00 is #B974FF. Grayscale: #676767. Windows color (decimal): -12154112 or 35654. OLE color: 35654.

HSL color Cylindrical-coordinate representation of color #468B00: hue angle of 89.78º 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 #468B00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 0 -
CMYK 0.50 0 1 0.45
HSL 89.78º 1% 0.27% -
HSV(B) 89.78º 1% 0.55% -
XYZ 11.76 19.77 3.2 -
YUV 102.52 70.14 104.8 -
System Red Green Blue C M Y K H S L
Decimal 70 139 0 0.50 0 1 0.45 89.78 1 0.27
Hex 46 8B 0 32 0 64 2D 5A 64 1B
Octal 106 213 0 62 0 144 55 132 144 33
Binary 1000110 10001011 0 110010 0 1100100 101101 1011010 1100100 11011

Color Harmonies of #468B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B00

Black with #468B00

Text Example


Text Example

White with #468B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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