#388701

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

Shades of Bilbao #388701

Tints of Bilbao #388701

Color information

#388701 (or 0x388701) is unknown color: approx Bilbao. HEX triplet: 38, 87 and 01. RGB value is (56,135,1). Sum of RGB (Red+Green+Blue) = 56+135+1=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #388701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388701 is #C778FE. Grayscale: #606060. Windows color (decimal): -13072639 or 100152. OLE color: 100152.

HSL color Cylindrical-coordinate representation of color #388701: hue angle of 95.37º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #388701 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB561351-
CMYK0.5900.990.47
HSL95.37º98.53%26.67%-
HSV(B)95.37º99.26%52.94%-
XYZ10.318.172.99-
YUV96.174.3399.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 135 (53.12% from 255) = 70.31%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=29.17%
G=70.31%
B=0.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5613510.5900.990.4795.3798.5326.67
Hex388713B0632F5f631b
Octal7020717301435713714333
Binary111000100001111111011011000111011111011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388701; }

 p { color: rgb(56,135,1); }

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

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

 a { background-color: rgb(56,135,1); }

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

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

 span { border-color: rgb(56,135,1); }

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