#43770E

Color #43770E Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #43770E

Tints of Bilbao #43770E

Color information

#43770E (or 0x43770E) is unknown color: approx Bilbao. HEX triplet: 43, 77 and 0E. RGB value is (67,119,14). Sum of RGB (Red+Green+Blue) = 67+119+14=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #43770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43770E is #BC88F1. Grayscale: #5B5B5B. Windows color (decimal): -12355826 or 948035. OLE color: 948035.

HSL color Cylindrical-coordinate representation of color #43770E: hue angle of 89.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43770E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB6711914-
CMYK0.4400.880.53
HSL89.71º78.95%26.08%-
HSV(B)89.71º88.24%46.67%-
XYZ8.9914.422.72-
YUV91.4884.27110.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 119 (46.88% from 255) = 59.5%
BLUE value IS 14 (5.86% from 255) = 7%
R=33.5%
G=59.5%
B=7%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67119140.4400.880.5389.7178.9526.08
Hex4377E2C058355a4f1a
Octal103167165401306513211732
Binary100001111101111110101100010110001101011011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43770E; }

 p { color: rgb(67,119,14); }

 H1.HeaderClassName
 {
   color: #43770E;
 }
 .AnyTagClassName
 {
   color: #43770E;
 }
</style>
background-color css

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

 a { background-color: rgb(67,119,14); }

 div.DivClassName
 {
   background-color: #43770E;
 }
 .BgClassName
 {
   background-color: #43770E;
 }
</style>
border-color css

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

 span { border-color: rgb(67,119,14); }

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