Html Css Color HEX #467625 Bilbao

📋 copy color: '#467625'

red 70 ◦ green 118 ◦ blue 37

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

Shades of Bilbao #467625

Tints of Bilbao #467625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 31.11%
G = 52.44%
B = 16.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#467625 (or 0x467625) is known color: Bilbao. HEX triplet: 46, 76 and 25. RGB value is (70,118,37). Sum of RGB (Red+Green+Blue) = 70+118+37=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #467625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467625 is #B989DA. Grayscale: #5E5E5E. Windows color (decimal): -12159451 or 2455110. OLE color: 2455110.

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

Color convert

RGB 70 118 37 -
CMYK 0.41 0 0.69 0.54
HSL 95.56º 0.52% 0.3% -
HSV(B) 95.56º 0.69% 0.46% -
XYZ 9.34 14.39 4.04 -
YUV 94.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 70 118 37 0.41 0 0.69 0.54 95.56 0.52 0.3
Hex 46 76 25 29 0 45 36 60 34 1E
Octal 106 166 45 51 0 105 66 140 64 36
Binary 1000110 1110110 100101 101001 0 1000101 110110 1100000 110100 11110

Color Harmonies of #467625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467625

Black with #467625

Text Example


Text Example

White with #467625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467625; }

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

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

background-color css

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

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

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

border-color css

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

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

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