Html Css Color HEX #467C09 Bilbao

📋 copy color: '#467C09'

red 70 ◦ green 124 ◦ blue 9

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

Shades of Bilbao #467C09

Tints of Bilbao #467C09

RGB

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

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

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

R = 34.48%
G = 61.08%
B = 4.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#467C09 (or 0x467C09) is known color: Bilbao. HEX triplet: 46, 7C and 09. RGB value is (70,124,9). Sum of RGB (Red+Green+Blue) = 70+124+9=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #467C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C09 is #B983F6. Grayscale: #5F5F5F. Windows color (decimal): -12157943 or 621638. OLE color: 621638.

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

Color convert

RGB 70 124 9 -
CMYK 0.44 0 0.93 0.51
HSL 88.17º 0.86% 0.26% -
HSV(B) 88.17º 0.93% 0.49% -
XYZ 9.78 15.74 2.78 -
YUV 94.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 70 124 9 0.44 0 0.93 0.51 88.17 0.86 0.26
Hex 46 7C 9 2C 0 5D 33 58 56 1A
Octal 106 174 11 54 0 135 63 130 126 32
Binary 1000110 1111100 1001 101100 0 1011101 110011 1011000 1010110 11010

Color Harmonies of #467C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467C09

Black with #467C09

Text Example


Text Example

White with #467C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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