Html Css Color HEX #468409 Bilbao

📋 copy color: '#468409'

red 70 ◦ green 132 ◦ blue 9

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

Shades of Bilbao #468409

Tints of Bilbao #468409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.56%

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

R = 33.18%
G = 62.56%
B = 4.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#468409 (or 0x468409) is known color: Bilbao. HEX triplet: 46, 84 and 09. RGB value is (70,132,9). Sum of RGB (Red+Green+Blue) = 70+132+9=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #468409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468409 is #B97BF6. Grayscale: #636363. Windows color (decimal): -12155895 or 623686. OLE color: 623686.

HSL color Cylindrical-coordinate representation of color #468409: hue angle of 90.24º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #468409 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 9 -
CMYK 0.47 0 0.93 0.48
HSL 90.24º 0.87% 0.28% -
HSV(B) 90.24º 0.93% 0.52% -
XYZ 10.83 17.82 3.13 -
YUV 99.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 70 132 9 0.47 0 0.93 0.48 90.24 0.87 0.28
Hex 46 84 9 2F 0 5D 30 5A 57 1C
Octal 106 204 11 57 0 135 60 132 127 34
Binary 1000110 10000100 1001 101111 0 1011101 110000 1011010 1010111 11100

Color Harmonies of #468409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468409

Black with #468409

Text Example


Text Example

White with #468409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468409; }

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

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

background-color css

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

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

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

border-color css

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

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

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