#427515

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

Shades of Bilbao #427515

Tints of Bilbao #427515

Color information

#427515 (or 0x427515) is unknown color: approx Bilbao. HEX triplet: 42, 75 and 15. RGB value is (66,117,21). Sum of RGB (Red+Green+Blue) = 66+117+21=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #427515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427515 is #BD8AEA. Grayscale: #5B5B5B. Windows color (decimal): -12421867 or 1406274. OLE color: 1406274.

HSL color Cylindrical-coordinate representation of color #427515: hue angle of 91.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #427515 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB6611721-
CMYK0.4400.820.54
HSL91.88º69.57%27.06%-
HSV(B)91.88º82.05%45.88%-
XYZ8.7413.932.94-
YUV90.8188.6110.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=32.35%
G=57.35%
B=10.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117210.4400.820.5491.8869.5727.06
Hex4275152C052365c461b
Octal102165255401226613410633
Binary1000010111010110101101100010100101101101011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427515; }

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

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

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

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

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

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

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

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