#388102

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

Shades of Bilbao #388102

Tints of Bilbao #388102

Color information

#388102 (or 0x388102) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 02. RGB value is (56,129,2). Sum of RGB (Red+Green+Blue) = 56+129+2=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #388102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388102 is #C77EFD. Grayscale: #5D5D5D. Windows color (decimal): -13074174 or 164152. OLE color: 164152.

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

Color convert

RGB561292-
CMYK0.5700.980.49
HSL94.49º96.95%25.69%-
HSV(B)94.49º98.45%50.59%-
XYZ9.4916.552.75-
YUV92.776.82101.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 129 (50.78% from 255) = 68.98%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=29.95%
G=68.98%
B=1.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5612920.5700.980.4994.4996.9525.69
Hex3881239062315e611a
Octal7020127101426113614132
Binary1110001000000110111001011000101100011011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388102; }

 p { color: rgb(56,129,2); }

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

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

 a { background-color: rgb(56,129,2); }

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

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

 span { border-color: rgb(56,129,2); }

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