Html Css Color HEX #468112 Bilbao

📋 copy color: '#468112'

red 70 ◦ green 129 ◦ blue 18

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

Shades of Bilbao #468112

Tints of Bilbao #468112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

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

R = 32.26%
G = 59.45%
B = 8.29%

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

#468112 (or 0x468112) is known color: Bilbao. HEX triplet: 46, 81 and 12. RGB value is (70,129,18). Sum of RGB (Red+Green+Blue) = 70+129+18=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #468112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468112 is #B97EED. Grayscale: #636363. Windows color (decimal): -12156654 or 1212742. OLE color: 1212742.

HSL color Cylindrical-coordinate representation of color #468112: hue angle of 91.89º 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 #468112 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 18 -
CMYK 0.46 0 0.86 0.49
HSL 91.89º 0.76% 0.29% -
HSV(B) 91.89º 0.86% 0.51% -
XYZ 10.49 17.05 3.31 -
YUV 98.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 70 129 18 0.46 0 0.86 0.49 91.89 0.76 0.29
Hex 46 81 12 2E 0 56 31 5C 4C 1D
Octal 106 201 22 56 0 126 61 134 114 35
Binary 1000110 10000001 10010 101110 0 1010110 110001 1011100 1001100 11101

Color Harmonies of #468112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468112

Black with #468112

Text Example


Text Example

White with #468112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468112; }

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

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

background-color css

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

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

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

border-color css

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

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

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