#38861B

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

Shades of Bilbao #38861B

Tints of Bilbao #38861B

Color information

#38861B (or 0x38861B) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 1B. RGB value is (56,134,27). Sum of RGB (Red+Green+Blue) = 56+134+27=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #38861B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38861B is #C779E4. Grayscale: #626262. Windows color (decimal): -13072869 or 1803832. OLE color: 1803832.

HSL color Cylindrical-coordinate representation of color #38861B: hue angle of 103.74º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38861B is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB5613427-
CMYK0.5800.800.47
HSL103.74º66.46%31.57%-
HSV(B)103.74º79.85%52.55%-
XYZ10.3517.973.96-
YUV98.4887.6697.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 134 (52.73% from 255) = 61.75%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=25.81%
G=61.75%
B=12.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134270.5800.800.47103.7466.4631.57
Hex38861B3A0502F684220
Octal70206337201205715010240
Binary11100010000110110111110100101000010111111010001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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