Html Css Color HEX #467D14 Bilbao

📋 copy color: '#467D14'

red 70 ◦ green 125 ◦ blue 20

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

Shades of Bilbao #467D14

Tints of Bilbao #467D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.14%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 32.56%
G = 58.14%
B = 9.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#467D14 (or 0x467D14) is known color: Bilbao. HEX triplet: 46, 7D and 14. RGB value is (70,125,20). Sum of RGB (Red+Green+Blue) = 70+125+20=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #467D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467D14 is #B982EB. Grayscale: #606060. Windows color (decimal): -12157676 or 1342790. OLE color: 1342790.

HSL color Cylindrical-coordinate representation of color #467D14: hue angle of 91.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #467D14 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 20 -
CMYK 0.44 0 0.84 0.51
HSL 91.43º 0.72% 0.28% -
HSV(B) 91.43º 0.84% 0.49% -
XYZ 9.99 16.02 3.23 -
YUV 96.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 70 125 20 0.44 0 0.84 0.51 91.43 0.72 0.28
Hex 46 7D 14 2C 0 54 33 5B 48 1C
Octal 106 175 24 54 0 124 63 133 110 34
Binary 1000110 1111101 10100 101100 0 1010100 110011 1011011 1001000 11100

Color Harmonies of #467D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D14

Black with #467D14

Text Example


Text Example

White with #467D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,20); }

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

background-color css

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

 a { background-color: rgb(70,125,20); }

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

border-color css

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

 span { border-color: rgb(70,125,20); }

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