#38782A

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

Shades of Bilbao #38782A

Tints of Bilbao #38782A

Color information

#38782A (or 0x38782A) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 2A. RGB value is (56,120,42). Sum of RGB (Red+Green+Blue) = 56+120+42=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #38782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38782A is #C787D5. Grayscale: #5C5C5C. Windows color (decimal): -13076438 or 2783288. OLE color: 2783288.

HSL color Cylindrical-coordinate representation of color #38782A: hue angle of 109.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38782A is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB5612042-
CMYK0.5300.650.53
HSL109.23º48.15%31.76%-
HSV(B)109.23º65%47.06%-
XYZ8.7714.444.52-
YUV91.9799.8102.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=25.69%
G=55.05%
B=19.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120420.5300.650.53109.2348.1531.76
Hex38782A35041356d3020
Octal7017052650101651556040
Binary1110001111000101010110101010000011101011101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38782A; }

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

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

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

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

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

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

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

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