Html Css Color HEX #467A09 Bilbao

📋 copy color: '#467A09'

red 70 ◦ green 122 ◦ blue 9

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

Shades of Bilbao #467A09

Tints of Bilbao #467A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 34.83%
G = 60.7%
B = 4.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#467A09 (or 0x467A09) is known color: Bilbao. HEX triplet: 46, 7A and 09. RGB value is (70,122,9). Sum of RGB (Red+Green+Blue) = 70+122+9=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #467A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467A09 is #B985F6. Grayscale: #5D5D5D. Windows color (decimal): -12158455 or 621126. OLE color: 621126.

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

Color convert

RGB 70 122 9 -
CMYK 0.43 0 0.93 0.52
HSL 87.61º 0.86% 0.26% -
HSV(B) 87.61º 0.93% 0.48% -
XYZ 9.53 15.24 2.7 -
YUV 93.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 70 122 9 0.43 0 0.93 0.52 87.61 0.86 0.26
Hex 46 7A 9 2B 0 5D 34 58 56 1A
Octal 106 172 11 53 0 135 64 130 126 32
Binary 1000110 1111010 1001 101011 0 1011101 110100 1011000 1010110 11010

Color Harmonies of #467A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A09

Black with #467A09

Text Example


Text Example

White with #467A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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