Html Css Color HEX #467714 Bilbao

📋 copy color: '#467714'

red 70 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #467714

Tints of Bilbao #467714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 33.49%
G = 56.94%
B = 9.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#467714 (or 0x467714) is known color: Bilbao. HEX triplet: 46, 77 and 14. RGB value is (70,119,20). Sum of RGB (Red+Green+Blue) = 70+119+20=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #467714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467714 is #B988EB. Grayscale: #5D5D5D. Windows color (decimal): -12159212 or 1341254. OLE color: 1341254.

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

Color convert

RGB 70 119 20 -
CMYK 0.41 0 0.83 0.53
HSL 89.7º 0.71% 0.27% -
HSV(B) 89.7º 0.83% 0.47% -
XYZ 9.25 14.55 2.98 -
YUV 93.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 70 119 20 0.41 0 0.83 0.53 89.7 0.71 0.27
Hex 46 77 14 29 0 53 35 5A 47 1B
Octal 106 167 24 51 0 123 65 132 107 33
Binary 1000110 1110111 10100 101001 0 1010011 110101 1011010 1000111 11011

Color Harmonies of #467714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467714

Black with #467714

Text Example


Text Example

White with #467714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467714; }

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

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

background-color css

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

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

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

border-color css

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

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

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