Html Css Color HEX #467629 Bilbao

📋 copy color: '#467629'

red 70 ◦ green 118 ◦ blue 41

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

Shades of Bilbao #467629

Tints of Bilbao #467629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 30.57%
G = 51.53%
B = 17.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#467629 (or 0x467629) is known color: Bilbao. HEX triplet: 46, 76 and 29. RGB value is (70,118,41). Sum of RGB (Red+Green+Blue) = 70+118+41=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #467629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467629 is #B989D6. Grayscale: #5F5F5F. Windows color (decimal): -12159447 or 2717254. OLE color: 2717254.

HSL color Cylindrical-coordinate representation of color #467629: hue angle of 97.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467629 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 41 -
CMYK 0.41 0 0.65 0.54
HSL 97.4º 0.48% 0.31% -
HSV(B) 97.4º 0.65% 0.46% -
XYZ 9.4 14.42 4.39 -
YUV 94.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 70 118 41 0.41 0 0.65 0.54 97.4 0.48 0.31
Hex 46 76 29 29 0 41 36 61 30 1F
Octal 106 166 51 51 0 101 66 141 60 37
Binary 1000110 1110110 101001 101001 0 1000001 110110 1100001 110000 11111

Color Harmonies of #467629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467629

Black with #467629

Text Example


Text Example

White with #467629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467629; }

 p { color: rgb(70,118,41); }

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

background-color css

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

 a { background-color: rgb(70,118,41); }

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

border-color css

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

 span { border-color: rgb(70,118,41); }

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