Html Css Color HEX #467C1D Bilbao

📋 copy color: '#467C1D'

red 70 ◦ green 124 ◦ blue 29

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

Shades of Bilbao #467C1D

Tints of Bilbao #467C1D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.61%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 31.39%
G = 55.61%
B = 13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#467C1D (or 0x467C1D) is known color: Bilbao. HEX triplet: 46, 7C and 1D. RGB value is (70,124,29). Sum of RGB (Red+Green+Blue) = 70+124+29=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #467C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C1D is #B983E2. Grayscale: #616161. Windows color (decimal): -12157923 or 1932358. OLE color: 1932358.

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

Color convert

RGB 70 124 29 -
CMYK 0.44 0 0.77 0.51
HSL 94.11º 0.62% 0.3% -
HSV(B) 94.11º 0.77% 0.49% -
XYZ 9.96 15.81 3.69 -
YUV 97.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 70 124 29 0.44 0 0.77 0.51 94.11 0.62 0.3
Hex 46 7C 1D 2C 0 4D 33 5E 3E 1E
Octal 106 174 35 54 0 115 63 136 76 36
Binary 1000110 1111100 11101 101100 0 1001101 110011 1011110 111110 11110

Color Harmonies of #467C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C1D

Black with #467C1D

Text Example


Text Example

White with #467C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,29); }

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

background-color css

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

 a { background-color: rgb(70,124,29); }

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

border-color css

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

 span { border-color: rgb(70,124,29); }

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