Html Css Color HEX #468213 Bilbao

📋 copy color: '#468213'

red 70 ◦ green 130 ◦ blue 19

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

Shades of Bilbao #468213

Tints of Bilbao #468213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.36%

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

R = 31.96%
G = 59.36%
B = 8.68%

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

#468213 (or 0x468213) is known color: Bilbao. HEX triplet: 46, 82 and 13. RGB value is (70,130,19). Sum of RGB (Red+Green+Blue) = 70+130+19=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #468213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468213 is #B97DEC. Grayscale: #636363. Windows color (decimal): -12156397 or 1278534. OLE color: 1278534.

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

Color convert

RGB 70 130 19 -
CMYK 0.46 0 0.85 0.49
HSL 92.43º 0.74% 0.29% -
HSV(B) 92.43º 0.85% 0.51% -
XYZ 10.63 17.31 3.4 -
YUV 99.41 82.62 107.03 -
System Red Green Blue C M Y K H S L
Decimal 70 130 19 0.46 0 0.85 0.49 92.43 0.74 0.29
Hex 46 82 13 2E 0 55 31 5C 4A 1D
Octal 106 202 23 56 0 125 61 134 112 35
Binary 1000110 10000010 10011 101110 0 1010101 110001 1011100 1001010 11101

Color Harmonies of #468213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468213

Black with #468213

Text Example


Text Example

White with #468213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468213; }

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

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

background-color css

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

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

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

border-color css

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

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

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