Html Css Color HEX #467719 Bilbao

📋 copy color: '#467719'

red 70 ◦ green 119 ◦ blue 25

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

Shades of Bilbao #467719

Tints of Bilbao #467719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 32.71%
G = 55.61%
B = 11.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#467719 (or 0x467719) is known color: Bilbao. HEX triplet: 46, 77 and 19. RGB value is (70,119,25). Sum of RGB (Red+Green+Blue) = 70+119+25=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #467719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467719 is #B988E6. Grayscale: #5D5D5D. Windows color (decimal): -12159207 or 1668934. OLE color: 1668934.

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

Color convert

RGB 70 119 25 -
CMYK 0.41 0 0.79 0.53
HSL 91.28º 0.65% 0.28% -
HSV(B) 91.28º 0.79% 0.47% -
XYZ 9.3 14.57 3.24 -
YUV 93.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 70 119 25 0.41 0 0.79 0.53 91.28 0.65 0.28
Hex 46 77 19 29 0 4F 35 5B 41 1C
Octal 106 167 31 51 0 117 65 133 101 34
Binary 1000110 1110111 11001 101001 0 1001111 110101 1011011 1000001 11100

Color Harmonies of #467719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467719

Black with #467719

Text Example


Text Example

White with #467719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467719; }

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

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

background-color css

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

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

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

border-color css

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

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

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