Html Css Color HEX #468613 Bilbao

📋 copy color: '#468613'

red 70 ◦ green 134 ◦ blue 19

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

Shades of Bilbao #468613

Tints of Bilbao #468613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 31.39%
G = 60.09%
B = 8.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#468613 (or 0x468613) is known color: Bilbao. HEX triplet: 46, 86 and 13. RGB value is (70,134,19). Sum of RGB (Red+Green+Blue) = 70+134+19=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #468613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468613 is #B979EC. Grayscale: #666666. Windows color (decimal): -12155373 or 1279558. OLE color: 1279558.

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

Color convert

RGB 70 134 19 -
CMYK 0.48 0 0.86 0.47
HSL 93.39º 0.75% 0.3% -
HSV(B) 93.39º 0.86% 0.53% -
XYZ 11.17 18.4 3.58 -
YUV 101.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 70 134 19 0.48 0 0.86 0.47 93.39 0.75 0.3
Hex 46 86 13 30 0 56 2F 5D 4B 1E
Octal 106 206 23 60 0 126 57 135 113 36
Binary 1000110 10000110 10011 110000 0 1010110 101111 1011101 1001011 11110

Color Harmonies of #468613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468613

Black with #468613

Text Example


Text Example

White with #468613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468613; }

 p { color: rgb(70,134,19); }

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

background-color css

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

 a { background-color: rgb(70,134,19); }

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

border-color css

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

 span { border-color: rgb(70,134,19); }

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