Html Css Color HEX #468A05 La Palma

📋 copy color: '#468A05'

red 70 ◦ green 138 ◦ blue 5

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

Shades of La Palma #468A05

Tints of La Palma #468A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 64.79%

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 32.86%
G = 64.79%
B = 2.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#468A05 (or 0x468A05) is known color: La Palma. HEX triplet: 46, 8A and 05. RGB value is (70,138,5). Sum of RGB (Red+Green+Blue) = 70+138+5=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #468A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468A05 is #B975FA. Grayscale: #666666. Windows color (decimal): -12154363 or 363078. OLE color: 363078.

HSL color Cylindrical-coordinate representation of color #468A05: hue angle of 90.68º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #468A05 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 5 -
CMYK 0.49 0 0.96 0.46
HSL 90.68º 0.93% 0.28% -
HSV(B) 90.68º 0.96% 0.54% -
XYZ 11.64 19.49 3.29 -
YUV 102.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 70 138 5 0.49 0 0.96 0.46 90.68 0.93 0.28
Hex 46 8A 5 31 0 60 2E 5B 5D 1C
Octal 106 212 5 61 0 140 56 133 135 34
Binary 1000110 10001010 101 110001 0 1100000 101110 1011011 1011101 11100

Color Harmonies of #468A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A05

Black with #468A05

Text Example


Text Example

White with #468A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,5); }

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

background-color css

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

 a { background-color: rgb(70,138,5); }

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

border-color css

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

 span { border-color: rgb(70,138,5); }

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