#387826

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

Shades of Bilbao #387826

Tints of Bilbao #387826

Color information

#387826 (or 0x387826) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 26. RGB value is (56,120,38). Sum of RGB (Red+Green+Blue) = 56+120+38=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #387826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387826 is #C787D9. Grayscale: #5B5B5B. Windows color (decimal): -13076442 or 2521144. OLE color: 2521144.

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

Color convert

RGB5612038-
CMYK0.5300.680.53
HSL106.83º51.9%30.98%-
HSV(B)106.83º68.33%47.06%-
XYZ8.714.414.16-
YUV91.5297.8102.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=26.17%
G=56.07%
B=17.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120380.5300.680.53106.8351.930.98
Hex38782635044356b341f
Octal7017046650104651536437
Binary111000111100010011011010101000100110101110101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387826; }

 p { color: rgb(56,120,38); }

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

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

 a { background-color: rgb(56,120,38); }

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

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

 span { border-color: rgb(56,120,38); }

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