#38862B

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

Shades of Bilbao #38862B

Tints of Bilbao #38862B

Color information

#38862B (or 0x38862B) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 2B. RGB value is (56,134,43). Sum of RGB (Red+Green+Blue) = 56+134+43=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #38862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38862B is #C779D4. Grayscale: #646464. Windows color (decimal): -13072853 or 2852408. OLE color: 2852408.

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

Color convert

RGB5613443-
CMYK0.5800.680.47
HSL111.43º51.41%34.71%-
HSV(B)111.43º67.91%52.55%-
XYZ10.5918.075.21-
YUV100.395.6696.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=24.03%
G=57.51%
B=18.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134430.5800.680.47111.4351.4134.71
Hex38862B3A0442F6f3323
Octal7020653720104571576343
Binary11100010000110101011111010010001001011111101111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38862B; }

 p { color: rgb(56,134,43); }

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

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

 a { background-color: rgb(56,134,43); }

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

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

 span { border-color: rgb(56,134,43); }

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