Html Css Color HEX #467630 Bilbao

📋 copy color: '#467630'

red 70 ◦ green 118 ◦ blue 48

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

Shades of Bilbao #467630

Tints of Bilbao #467630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 29.66%
G = 50%
B = 20.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#467630 (or 0x467630) is known color: Bilbao. HEX triplet: 46, 76 and 30. RGB value is (70,118,48). Sum of RGB (Red+Green+Blue) = 70+118+48=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #467630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467630 is #B989CF. Grayscale: #5F5F5F. Windows color (decimal): -12159440 or 3176006. OLE color: 3176006.

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

Color convert

RGB 70 118 48 -
CMYK 0.41 0 0.59 0.54
HSL 101.14º 0.42% 0.33% -
HSV(B) 101.14º 0.59% 0.46% -
XYZ 9.54 14.47 5.09 -
YUV 95.67 101.1 109.69 -
System Red Green Blue C M Y K H S L
Decimal 70 118 48 0.41 0 0.59 0.54 101.14 0.42 0.33
Hex 46 76 30 29 0 3B 36 65 2A 21
Octal 106 166 60 51 0 73 66 145 52 41
Binary 1000110 1110110 110000 101001 0 111011 110110 1100101 101010 100001

Color Harmonies of #467630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467630

Black with #467630

Text Example


Text Example

White with #467630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467630; }

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

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

background-color css

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

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

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

border-color css

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

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

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