Html Css Color HEX #467A19 Bilbao

📋 copy color: '#467A19'

red 70 ◦ green 122 ◦ blue 25

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

Shades of Bilbao #467A19

Tints of Bilbao #467A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 32.26%
G = 56.22%
B = 11.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#467A19 (or 0x467A19) is known color: Bilbao. HEX triplet: 46, 7A and 19. RGB value is (70,122,25). Sum of RGB (Red+Green+Blue) = 70+122+25=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #467A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467A19 is #B985E6. Grayscale: #5F5F5F. Windows color (decimal): -12158439 or 1669702. OLE color: 1669702.

HSL color Cylindrical-coordinate representation of color #467A19: hue angle of 92.16º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467A19 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 122 25 -
CMYK 0.43 0 0.80 0.52
HSL 92.16º 0.66% 0.29% -
HSV(B) 92.16º 0.8% 0.48% -
XYZ 9.66 15.29 3.36 -
YUV 95.39 88.27 109.89 -
System Red Green Blue C M Y K H S L
Decimal 70 122 25 0.43 0 0.80 0.52 92.16 0.66 0.29
Hex 46 7A 19 2B 0 50 34 5C 42 1D
Octal 106 172 31 53 0 120 64 134 102 35
Binary 1000110 1111010 11001 101011 0 1010000 110100 1011100 1000010 11101

Color Harmonies of #467A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A19

Black with #467A19

Text Example


Text Example

White with #467A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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