Html Css Color HEX #467A1D Bilbao

📋 copy color: '#467A1D'

red 70 ◦ green 122 ◦ blue 29

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

Shades of Bilbao #467A1D

Tints of Bilbao #467A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.2%

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

R = 31.67%
G = 55.2%
B = 13.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#467A1D (or 0x467A1D) is known color: Bilbao. HEX triplet: 46, 7A and 1D. RGB value is (70,122,29). Sum of RGB (Red+Green+Blue) = 70+122+29=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #467A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A1D is #B985E2. Grayscale: #606060. Windows color (decimal): -12158435 or 1931846. OLE color: 1931846.

HSL color Cylindrical-coordinate representation of color #467A1D: hue angle of 93.55º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #467A1D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 29 -
CMYK 0.43 0 0.76 0.52
HSL 93.55º 0.62% 0.3% -
HSV(B) 93.55º 0.76% 0.48% -
XYZ 9.71 15.31 3.61 -
YUV 95.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 70 122 29 0.43 0 0.76 0.52 93.55 0.62 0.3
Hex 46 7A 1D 2B 0 4C 34 5E 3E 1E
Octal 106 172 35 53 0 114 64 136 76 36
Binary 1000110 1111010 11101 101011 0 1001100 110100 1011110 111110 11110

Color Harmonies of #467A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A1D

Black with #467A1D

Text Example


Text Example

White with #467A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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