#388206

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

Shades of Bilbao #388206

Tints of Bilbao #388206

Color information

#388206 (or 0x388206) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 06. RGB value is (56,130,6). Sum of RGB (Red+Green+Blue) = 56+130+6=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #388206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388206 is #C77DF9. Grayscale: #5E5E5E. Windows color (decimal): -13073914 or 426552. OLE color: 426552.

HSL color Cylindrical-coordinate representation of color #388206: hue angle of 95.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #388206 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB561306-
CMYK0.5700.950.49
HSL95.81º91.18%26.67%-
HSV(B)95.81º95.38%50.98%-
XYZ9.6516.822.91-
YUV93.7478.48101.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 130 (51.17% from 255) = 67.71%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=29.17%
G=67.71%
B=3.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5613060.5700.950.4995.8191.1826.67
Hex388263905F31605b1b
Octal7020267101376114013333
Binary11100010000010110111001010111111100011100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388206; }

 p { color: rgb(56,130,6); }

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

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

 a { background-color: rgb(56,130,6); }

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

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

 span { border-color: rgb(56,130,6); }

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