Html Css Color HEX #467F13 Bilbao

📋 copy color: '#467F13'

red 70 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #467F13

Tints of Bilbao #467F13

RGB

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

 GREEN value IS 127 (50% from 255) = 58.8%

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

R = 32.41%
G = 58.8%
B = 8.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#467F13 (or 0x467F13) is known color: Bilbao. HEX triplet: 46, 7F and 13. RGB value is (70,127,19). Sum of RGB (Red+Green+Blue) = 70+127+19=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #467F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F13 is #B980EC. Grayscale: #626262. Windows color (decimal): -12157165 or 1277766. OLE color: 1277766.

HSL color Cylindrical-coordinate representation of color #467F13: hue angle of 91.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467F13 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 19 -
CMYK 0.45 0 0.85 0.50
HSL 91.67º 0.74% 0.29% -
HSV(B) 91.67º 0.85% 0.5% -
XYZ 10.23 16.53 3.27 -
YUV 97.65 83.62 108.28 -
System Red Green Blue C M Y K H S L
Decimal 70 127 19 0.45 0 0.85 0.50 91.67 0.74 0.29
Hex 46 7F 13 2D 0 55 32 5C 4A 1D
Octal 106 177 23 55 0 125 62 134 112 35
Binary 1000110 1111111 10011 101101 0 1010101 110010 1011100 1001010 11101

Color Harmonies of #467F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F13

Black with #467F13

Text Example


Text Example

White with #467F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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