Html Css Color HEX #468212 Bilbao

📋 copy color: '#468212'

red 70 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #468212

Tints of Bilbao #468212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 32.11%
G = 59.63%
B = 8.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#468212 (or 0x468212) is known color: Bilbao. HEX triplet: 46, 82 and 12. RGB value is (70,130,18). Sum of RGB (Red+Green+Blue) = 70+130+18=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #468212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468212 is #B97DED. Grayscale: #636363. Windows color (decimal): -12156398 or 1212998. OLE color: 1212998.

HSL color Cylindrical-coordinate representation of color #468212: hue angle of 92.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468212 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 18 -
CMYK 0.46 0 0.86 0.49
HSL 92.14º 0.76% 0.29% -
HSV(B) 92.14º 0.86% 0.51% -
XYZ 10.62 17.31 3.35 -
YUV 99.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 70 130 18 0.46 0 0.86 0.49 92.14 0.76 0.29
Hex 46 82 12 2E 0 56 31 5C 4C 1D
Octal 106 202 22 56 0 126 61 134 114 35
Binary 1000110 10000010 10010 101110 0 1010110 110001 1011100 1001100 11101

Color Harmonies of #468212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468212

Black with #468212

Text Example


Text Example

White with #468212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468212; }

 p { color: rgb(70,130,18); }

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

background-color css

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

 a { background-color: rgb(70,130,18); }

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

border-color css

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

 span { border-color: rgb(70,130,18); }

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