Html Css Color HEX #467717 Bilbao

📋 copy color: '#467717'

red 70 ◦ green 119 ◦ blue 23

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

Shades of Bilbao #467717

Tints of Bilbao #467717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 33.02%
G = 56.13%
B = 10.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#467717 (or 0x467717) is known color: Bilbao. HEX triplet: 46, 77 and 17. RGB value is (70,119,23). Sum of RGB (Red+Green+Blue) = 70+119+23=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #467717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467717 is #B988E8. Grayscale: #5D5D5D. Windows color (decimal): -12159209 or 1537862. OLE color: 1537862.

HSL color Cylindrical-coordinate representation of color #467717: hue angle of 90.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #467717 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 23 -
CMYK 0.41 0 0.81 0.53
HSL 90.63º 0.68% 0.28% -
HSV(B) 90.63º 0.81% 0.47% -
XYZ 9.28 14.56 3.13 -
YUV 93.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 70 119 23 0.41 0 0.81 0.53 90.63 0.68 0.28
Hex 46 77 17 29 0 51 35 5B 44 1C
Octal 106 167 27 51 0 121 65 133 104 34
Binary 1000110 1110111 10111 101001 0 1010001 110101 1011011 1000100 11100

Color Harmonies of #467717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467717

Black with #467717

Text Example


Text Example

White with #467717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467717; }

 p { color: rgb(70,119,23); }

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

background-color css

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

 a { background-color: rgb(70,119,23); }

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

border-color css

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

 span { border-color: rgb(70,119,23); }

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