Html Css Color HEX #467626 Bilbao

📋 copy color: '#467626'

red 70 ◦ green 118 ◦ blue 38

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

Shades of Bilbao #467626

Tints of Bilbao #467626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 30.97%
G = 52.21%
B = 16.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#467626 (or 0x467626) is known color: Bilbao. HEX triplet: 46, 76 and 26. RGB value is (70,118,38). Sum of RGB (Red+Green+Blue) = 70+118+38=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #467626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467626 is #B989D9. Grayscale: #5E5E5E. Windows color (decimal): -12159450 or 2520646. OLE color: 2520646.

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

Color convert

RGB 70 118 38 -
CMYK 0.41 0 0.68 0.54
HSL 96º 0.51% 0.31% -
HSV(B) 96º 0.68% 0.46% -
XYZ 9.35 14.4 4.12 -
YUV 94.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 70 118 38 0.41 0 0.68 0.54 96 0.51 0.31
Hex 46 76 26 29 0 44 36 60 33 1F
Octal 106 166 46 51 0 104 66 140 63 37
Binary 1000110 1110110 100110 101001 0 1000100 110110 1100000 110011 11111

Color Harmonies of #467626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467626

Black with #467626

Text Example


Text Example

White with #467626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467626; }

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

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

background-color css

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

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

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

border-color css

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

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

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