Html Css Color HEX #468512 Bilbao

📋 copy color: '#468512'

red 70 ◦ green 133 ◦ blue 18

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

Shades of Bilbao #468512

Tints of Bilbao #468512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

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

R = 31.67%
G = 60.18%
B = 8.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#468512 (or 0x468512) is known color: Bilbao. HEX triplet: 46, 85 and 12. RGB value is (70,133,18). Sum of RGB (Red+Green+Blue) = 70+133+18=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #468512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468512 is #B97AED. Grayscale: #656565. Windows color (decimal): -12155630 or 1213766. OLE color: 1213766.

HSL color Cylindrical-coordinate representation of color #468512: hue angle of 92.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #468512 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 18 -
CMYK 0.47 0 0.86 0.48
HSL 92.87º 0.76% 0.3% -
HSV(B) 92.87º 0.86% 0.52% -
XYZ 11.02 18.12 3.49 -
YUV 101.05 81.13 105.85 -
System Red Green Blue C M Y K H S L
Decimal 70 133 18 0.47 0 0.86 0.48 92.87 0.76 0.3
Hex 46 85 12 2F 0 56 30 5D 4C 1E
Octal 106 205 22 57 0 126 60 135 114 36
Binary 1000110 10000101 10010 101111 0 1010110 110000 1011101 1001100 11110

Color Harmonies of #468512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468512

Black with #468512

Text Example


Text Example

White with #468512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468512; }

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

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

background-color css

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

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

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

border-color css

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

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

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