#388200

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

Shades of Bilbao #388200

Tints of Bilbao #388200

Color information

#388200 (or 0x388200) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 00. RGB value is (56,130,0). Sum of RGB (Red+Green+Blue) = 56+130+0=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #388200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388200 is #C77DFF. Grayscale: #5D5D5D. Windows color (decimal): -13073920 or 33336. OLE color: 33336.

HSL color Cylindrical-coordinate representation of color #388200: hue angle of 94.15º 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 #388200 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB561300-
CMYK0.57010.49
HSL94.15º100%25.49%-
HSV(B)94.15º100%50.98%-
XYZ9.6116.812.74-
YUV93.0575.48101.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 130 (51.17% from 255) = 69.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.11%
G=69.89%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5613000.57010.4994.1510025.49
Hex3882039064315e6419
Octal7020207101446113614431
Binary111000100000100111001011001001100011011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388200; }

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

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

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

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

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

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

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

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