#438100

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

Shades of Bilbao #438100

Tints of Bilbao #438100

Color information

#438100 (or 0x438100) is unknown color: approx Bilbao. HEX triplet: 43, 81 and 00. RGB value is (67,129,0). Sum of RGB (Red+Green+Blue) = 67+129+0=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #438100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438100 is #BC7EFF. Grayscale: #606060. Windows color (decimal): -12353280 or 33091. OLE color: 33091.

HSL color Cylindrical-coordinate representation of color #438100: hue angle of 88.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #438100 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB671290-
CMYK0.48010.49
HSL88.84º100%25.29%-
HSV(B)88.84º100%50.59%-
XYZ10.1616.892.73-
YUV95.7673.96107.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 129 (50.78% from 255) = 65.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.18%
G=65.82%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6712900.48010.4988.8410025.29
Hex438103006431596419
Octal10320106001446113114431
Binary1000011100000010110000011001001100011011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438100; }

 p { color: rgb(67,129,0); }

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

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

 a { background-color: rgb(67,129,0); }

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

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

 span { border-color: rgb(67,129,0); }

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