Html Css Color HEX #468113 Bilbao

📋 copy color: '#468113'

red 70 ◦ green 129 ◦ blue 19

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

Shades of Bilbao #468113

Tints of Bilbao #468113

RGB

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

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

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

R = 32.11%
G = 59.17%
B = 8.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#468113 (or 0x468113) is known color: Bilbao. HEX triplet: 46, 81 and 13. RGB value is (70,129,19). Sum of RGB (Red+Green+Blue) = 70+129+19=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #468113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468113 is #B97EEC. Grayscale: #636363. Windows color (decimal): -12156653 or 1278278. OLE color: 1278278.

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

Color convert

RGB 70 129 19 -
CMYK 0.46 0 0.85 0.49
HSL 92.18º 0.74% 0.29% -
HSV(B) 92.18º 0.85% 0.51% -
XYZ 10.49 17.05 3.35 -
YUV 98.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 70 129 19 0.46 0 0.85 0.49 92.18 0.74 0.29
Hex 46 81 13 2E 0 55 31 5C 4A 1D
Octal 106 201 23 56 0 125 61 134 112 35
Binary 1000110 10000001 10011 101110 0 1010101 110001 1011100 1001010 11101

Color Harmonies of #468113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468113

Black with #468113

Text Example


Text Example

White with #468113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468113; }

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

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

background-color css

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

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

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

border-color css

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

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

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