#42751A

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

Shades of Bilbao #42751A

Tints of Bilbao #42751A

Color information

#42751A (or 0x42751A) is unknown color: approx Bilbao. HEX triplet: 42, 75 and 1A. RGB value is (66,117,26). Sum of RGB (Red+Green+Blue) = 66+117+26=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #42751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42751A is #BD8AE5. Grayscale: #5B5B5B. Windows color (decimal): -12421862 or 1733954. OLE color: 1733954.

HSL color Cylindrical-coordinate representation of color #42751A: hue angle of 93.63º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42751A is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB6611726-
CMYK0.4400.780.54
HSL93.63º63.64%28.04%-
HSV(B)93.63º77.78%45.88%-
XYZ8.7913.963.21-
YUV91.3891.1109.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 117 (46.09% from 255) = 55.98%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=31.58%
G=55.98%
B=12.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117260.4400.780.5493.6363.6428.04
Hex42751A2C04E365e401c
Octal102165325401166613610034
Binary1000010111010111010101100010011101101101011110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42751A; }

 p { color: rgb(66,117,26); }

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

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

 a { background-color: rgb(66,117,26); }

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

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

 span { border-color: rgb(66,117,26); }

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