#438613

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

Shades of Bilbao #438613

Tints of Bilbao #438613

Color information

#438613 (or 0x438613) is unknown color: approx Bilbao. HEX triplet: 43, 86 and 13. RGB value is (67,134,19). Sum of RGB (Red+Green+Blue) = 67+134+19=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #438613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438613 is #BC79EC. Grayscale: #656565. Windows color (decimal): -12351981 or 1279555. OLE color: 1279555.

HSL color Cylindrical-coordinate representation of color #438613: hue angle of 94.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #438613 is Cyan = 0.5, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB6713419-
CMYK0.500.860.47
HSL94.96º75.16%30%-
HSV(B)94.96º85.82%52.55%-
XYZ10.9618.293.57-
YUV100.8681.8103.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=30.45%
G=60.91%
B=8.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67134190.500.860.4794.9675.1630
Hex438613320562F5f4b1e
Octal103206236201265713711336
Binary10000111000011010011110010010101101011111011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438613; }

 p { color: rgb(67,134,19); }

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

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

 a { background-color: rgb(67,134,19); }

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

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

 span { border-color: rgb(67,134,19); }

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