Html Css Color HEX #468513 Bilbao

📋 copy color: '#468513'

red 70 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #468513

Tints of Bilbao #468513

RGB

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

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

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

R = 31.53%
G = 59.91%
B = 8.56%

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

#468513 (or 0x468513) is known color: Bilbao. HEX triplet: 46, 85 and 13. RGB value is (70,133,19). Sum of RGB (Red+Green+Blue) = 70+133+19=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #468513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468513 is #B97AEC. Grayscale: #656565. Windows color (decimal): -12155629 or 1279302. OLE color: 1279302.

HSL color Cylindrical-coordinate representation of color #468513: hue angle of 93.16º degrees, saturation: 0.75, 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 #468513 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 19 -
CMYK 0.47 0 0.86 0.48
HSL 93.16º 0.75% 0.3% -
HSV(B) 93.16º 0.86% 0.52% -
XYZ 11.03 18.12 3.53 -
YUV 101.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 70 133 19 0.47 0 0.86 0.48 93.16 0.75 0.3
Hex 46 85 13 2F 0 56 30 5D 4B 1E
Octal 106 205 23 57 0 126 60 135 113 36
Binary 1000110 10000101 10011 101111 0 1010110 110000 1011101 1001011 11110

Color Harmonies of #468513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468513

Black with #468513

Text Example


Text Example

White with #468513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468513; }

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

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

background-color css

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

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

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

border-color css

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

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

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